コード例 #1
0
 public TableRepository(OKBLOGContext context) : base(context)
 {
 }
コード例 #2
0
 public RepositoryBase(OKBLOGContext context)
 {
     _context = context;
     _dbSet   = _context.Set <T>();
 }
コード例 #3
0
 public CustomerRepository(OKBLOGContext context) : base(context)
 {
 }
コード例 #4
0
 public RestaurantRepository(OKBLOGContext context) : base(context)
 {
 }
コード例 #5
0
 public BookingRepository(OKBLOGContext context) : base(context)
 {
 }