namespace AsbCloudApp.Data;
/// <summary>
/// Well related DTO
/// </summary>
public interface IWellRelated
{
/// Well id in db
int IdWell { get; set; }
}