решение конфликта
This commit is contained in:
commit
5ed852a805
@ -4,7 +4,7 @@ public class ReceptionMedicine
|
|||||||
{
|
{
|
||||||
public int ReceptionId { get; set; }
|
public int ReceptionId { get; set; }
|
||||||
public int MedicineId { get; private 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)
|
public static ReceptionMedicine CreateElement(int receptionId, int medicineId, int count)
|
||||||
{
|
{
|
||||||
return new ReceptionMedicine
|
return new ReceptionMedicine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user