Exemplo n.º 1
0
 public ProductoController()
 {
     _db = new DapperSqlServerConnector();
     _bl = new ProductoBL(_db);
 }
Exemplo n.º 2
0
 public TipoTiendaController()
 {
     _db = new DapperSqlServerConnector();
     _bl = new TipoTiendaBL(_db);
 }
Exemplo n.º 3
0
 public HorarioController()
 {
     _db = new DapperSqlServerConnector();
     _bl = new HorarioBL(_db);
 }