예제 #1
0
 public SpaceSizesController(HomeCleaningContext context)
 {
     _context = context;
 }
예제 #2
0
 public OrdersController(HomeCleaningContext context)
 {
     _context = context;
 }
예제 #3
0
 public BaseQueryService(HomeCleaningContext context)
 {
     this.context = context;
     dataSet      = context.Set <TEntity>();
 }
예제 #4
0
 public BaseRepository(HomeCleaningContext context) : base(context)
 {
 }
예제 #5
0
 public CleaningPackagesController(HomeCleaningContext context)
 {
     _context = context;
 }
 public CleaningExtraOptionsController(HomeCleaningContext context)
 {
     _context = context;
 }
예제 #7
0
 public CleaningCategoriesController(HomeCleaningContext context)
 {
     _context = context;
 }