9 lines
221 B
C#
9 lines
221 B
C#
namespace _0_Framework.Application;
|
|
|
|
public class WorkshopClaim
|
|
{
|
|
public long Id { get; set; }
|
|
public string Name { get; set; }
|
|
public string Slug { get; set; }
|
|
public int PersonnelCount { get; set; }
|
|
} |