Example #1
0
 public CreateShippingLabelHandler(ShippingDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public CancelShippingLabelHandler(ShippingDbContext dbContext)
 {
     _dbContext = dbContext;
 }