Exemplo n.º 1
0
 public ProductController()
 {
     _context = new PitaPitDbContext();
 }
 public SupplierController()
 {
     _context = new PitaPitDbContext();
 }
Exemplo n.º 3
0
 public RecipeController()
 {
     _context = new PitaPitDbContext();
 }