예제 #1
0
 public RepositoryBase(SmartZoneContext repositoryContext)
 {
     _context = repositoryContext;
     _dbSet   = _context.Set <T>();
 }
예제 #2
0
 public OrderRepository(SmartZoneContext szc) : base(szc)
 {
 }
예제 #3
0
 public StoreRepository(SmartZoneContext szc) : base(szc)
 {
 }
예제 #4
0
 public FoodRepository(SmartZoneContext szc) : base(szc)
 {
 }