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