Ejemplo n.º 1
0
 public NewClientHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
 public NewProductHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
 public GetAllQuotesHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
 public NewQuoteHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
 public GetAllProductsHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
 public GetQuoteWithDetailsHandler(JIDRacingDbContext dbContext)
 {
     this._dbContext = dbContext;
 }