Esempio n. 1
0
 // Inject the Data Base Context
 public PathologyRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public StatusRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 // Inject the Data Base Context
 public MedicationRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 // Inject the Data Base Context
 public MeasuresRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public UserRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public RegionRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 // Inject the Data Base Context
 public PatientRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 8
0
 public HospitalRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 9
0
 // Injects the Data Base Context
 public ContactRepo(CotecContext context)
 {
     _context = context;
 }
Esempio n. 10
0
 // Injects the Data Base Context
 public CasesRepo(CotecContext context)
 {
     _context = context;
 }