namespace AsbCloudDb.Model { /// /// For well related entities /// public interface IIdWell { int IdWell { get; set; } } }