예제 #1
0
 public StoreRepository(LocalChowDbContext context) : base(context)
 {
 }
예제 #2
0
 public RepositoryWrapper(LocalChowDbContext context) => _context = context;
예제 #3
0
 public UserRepository(LocalChowDbContext context) : base(context)
 {
 }
 public MenuItemRepository(LocalChowDbContext context) : base(context)
 {
 }
예제 #5
0
 public RepositoryBase(LocalChowDbContext context)
 {
     _context = context;
 }