forked from ddrilling/AsbCloudServer
11 lines
179 B
C#
11 lines
179 B
C#
namespace AsbCloudDb.Model
|
|
{
|
|
/// <summary>
|
|
/// For well related entities
|
|
/// </summary>
|
|
public interface IIdWell
|
|
{
|
|
int IdWell { get; set; }
|
|
}
|
|
}
|