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