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