DD.WellWorkover.Cloud/AsbCloudApp/Data/WellInfoDto.cs

9 lines
206 B
C#
Raw Normal View History

2021-04-07 18:01:56 +05:00
namespace AsbCloudApp.Data
{
public class WellInfoDto
{
public string Caption { get; set; }
public string Cluster { get; set; }
public string Deposit { get; set; }
}
}