コード例 #1
0
 public CenterRepository(TCSCBSContext tcscbsContext)
 {
     _dbContext = tcscbsContext;
 }
コード例 #2
0
 public AppointmentRepository(TCSCBSContext tcscbsContext)
 {
     _dbContext = tcscbsContext;
 }