Exemple #1
0
 public OutpatientRepository(SmartDoctor_MedicalContext context)
 {
     _context = context;
 }
 public DiseaseRepository(SmartDoctor_MedicalContext context)
 {
     _context = context;
 }