public RevenueService(AverySampleContext context, IConfiguration configuration) { _context = context; _numDays = -Math.Abs(configuration.GetValue <int>("NumberOfDays")); }
public ArticleSaleController(AverySampleContext context) { _context = context; }