diff --git a/AsbCloudApp/Data/WellStatDto.cs b/AsbCloudApp/Data/WellStatDto.cs index 3437fec9..ed6e74e5 100644 --- a/AsbCloudApp/Data/WellStatDto.cs +++ b/AsbCloudApp/Data/WellStatDto.cs @@ -3,9 +3,8 @@ using System.Collections.Generic; namespace AsbCloudApp.Data { - public class WellStatDto : WellDto, IId + public class WellStatDto : WellDto { - public int Id { get; set; } public DateTime? PlanStart { get; set; } public DateTime? PlanEnd { get; set; } public DateTime? FactStart { get; set; }