Exemplo n.º 1
0
 public DapperAppointmentRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
 public DapperPatientRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
 public DapperToothRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }
Exemplo n.º 4
0
 public DapperInterventionRepository(IDapperSqlDataAccess sql)
 {
     _sql = sql;
 }