ПИбд-23. Кобин В. О. Вторая лабораторная работа #2

Closed
vkobi wants to merge 4 commits from LabWork_2 into LabWork_1
Showing only changes of commit 5ed852a805 - Show all commits

View File

@ -4,7 +4,7 @@ public class ReceptionMedicine
{
public int ReceptionId { get; set; }
public int MedicineId { get; private set; }
public int Count { get; private set; }
public int Count { get; private set; }
public static ReceptionMedicine CreateElement(int receptionId, int medicineId, int count)
{
return new ReceptionMedicine