Exemplo n.º 1
0
 public TableRepository(OKBLOGContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public RepositoryBase(OKBLOGContext context)
 {
     _context = context;
     _dbSet   = _context.Set <T>();
 }
 public CustomerRepository(OKBLOGContext context) : base(context)
 {
 }
 public RestaurantRepository(OKBLOGContext context) : base(context)
 {
 }
Exemplo n.º 5
0
 public BookingRepository(OKBLOGContext context) : base(context)
 {
 }