Example #1
0
 public ProductoRepositoryImpl()
 {
     context = new TamboContext();
 }
Example #2
0
 public MarcaRepositoryImpl()
 {
     context = new TamboContext();
 }
 public InventarioRepositoryImpl()
 {
     context = new TamboContext();
 }
 public TiendaRepositoryImpl()
 {
     context = new TamboContext();
 }
Example #5
0
 public CategoriaRepositoryImpl()
 {
     context = new TamboContext();
 }