コード例 #1
0
 public UsuarioController()
 {
     context = new TruchaShopContext();
 }
コード例 #2
0
 public ProductoController()
 {
     context = new TruchaShopContext();
 }