forked from ddrilling/AsbCloudServer
9 lines
195 B
C#
9 lines
195 B
C#
|
namespace AsbCloudApp.Data
|
|||
|
{
|
|||
|
public class StatSectionDto : PlanFactBase<StatOperationsDto>
|
|||
|
{
|
|||
|
public int Id { get; set; }
|
|||
|
public string Caption { get; set; }
|
|||
|
}
|
|||
|
}
|