DD.WellWorkover.Cloud/AsbCloudApp/Data/WellInfoDto.cs
2021-04-07 18:01:56 +05:00

9 lines
206 B
C#

namespace AsbCloudApp.Data
{
public class WellInfoDto
{
public string Caption { get; set; }
public string Cluster { get; set; }
public string Deposit { get; set; }
}
}