public ReportRepository(PatientDocumentsDbContext context) : base(context)
 {
 }
Exemple #2
0
 public MedicalRecordRepository(PatientDocumentsDbContext context) : base(context)
 {
 }
 public PrescriptionRepository(PatientDocumentsDbContext context) : base(context)
 {
 }