namespace AsbCloudDb.Model { /// /// For well related entities /// public interface IWellRelated { /// /// Id скважины /// int IdWell { get; set; } } }