проверка коммита

This commit is contained in:
Alenka 2024-04-27 13:10:12 +04:00
parent e4dd335a12
commit c5c0273831

View File

@ -14,7 +14,7 @@ namespace HospitalDataModels.Models
int PharmacistId { get; }
Dictionary<int, IMedicineModel> MedicineProcedures { get; }
Dictionary<int, IPatientModel> PatientProcedures { get; }
Dictionary<int, IPatientModel> PatientProcedures { get; }//проверка коммита
}
}