Exemplo n.º 1
0
 public MenuRepository()
 {
     _context = new PlantStoreDBContext();
 }
Exemplo n.º 2
0
 public UserRepository()
 {
     _context = new PlantStoreDBContext();
 }
 public SecurityRepository()
 {
     _context = new PlantStoreDBContext();
 }
Exemplo n.º 4
0
 public ProductRepository()
 {
     _context = new PlantStoreDBContext();
 }