示例#1
0
 public DapperAppointmentRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
 public DapperPatientRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
 public DapperToothRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
示例#4
0
 public DapperInterventionRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }