예제 #1
0
 public UsuarioController()
 {
     context = new TruchaShopContext();
 }
예제 #2
0
 public ProductoController()
 {
     context = new TruchaShopContext();
 }