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

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

View File

@ -11,7 +11,7 @@ public class ReceptionMedicine
{
ReceptionId = receptionId,
MedicineId = medicineId,
Count = count,
Count = count
};
}
}