Исполнитель: исправил ошибки
This commit is contained in:
parent
78c8a27dd0
commit
c9d0171acf
@ -16,6 +16,6 @@ namespace VeterinaryContracts.ViewModels
|
||||
public double Sum { get; set; }
|
||||
[DisplayName("Дата покупки")]
|
||||
public DateTime DatePurchase { get; set; }
|
||||
public Dictionary<int, (IPetModel, int)> PurchasePet { get; set; } = new();
|
||||
public Dictionary<int, IPetModel> PurchasePet { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ namespace VeterinaryContracts.ViewModels
|
||||
public int? DoctorId { get; set; } = null;
|
||||
[DisplayName("Дата посещения")]
|
||||
public DateTime DateVisit { get; set; }
|
||||
public Dictionary<int, (IPetModel, int)> VisitPet { get; set; } = new();
|
||||
public Dictionary<int, IPetModel> VisitPet { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user