public CreateAlertHandler(ISsmbDbContext context)
 {
     this.context = context;
 }
 public GetAlertsHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetBulkAppraisalQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #4
0
 public GetScrapableQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetItemsQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetProfitableItemsQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetFullItemDetailsQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetBulkUnderCutQueryHandler(ISsmbDbContext dbContext)
 {
     this.dbContext = dbContext;
 }