remove duplicate interface inh.

This commit is contained in:
Фролов 2021-08-09 14:39:23 +05:00
parent 91da4fa9c2
commit 0434ec4fd9

View File

@ -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; }