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