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