public MenuRepository()
 {
     _context = new PlantStoreDBContext();
 }
Exemple #2
0
 public UserRepository()
 {
     _context = new PlantStoreDBContext();
 }
 public SecurityRepository()
 {
     _context = new PlantStoreDBContext();
 }
 public ProductRepository()
 {
     _context = new PlantStoreDBContext();
 }