public CenterRepository(TCSCBSContext tcscbsContext)
 {
     _dbContext = tcscbsContext;
 }
Beispiel #2
0
 public AppointmentRepository(TCSCBSContext tcscbsContext)
 {
     _dbContext = tcscbsContext;
 }