From 0434ec4fd980c4e359d87b84cb37a8de3cd13bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Mon, 9 Aug 2021 14:39:23 +0500 Subject: [PATCH] remove duplicate interface inh. --- AsbCloudApp/Data/WellStatDto.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }