public MonthData(AngularTest1DbContext context) { this.context = context ?? throw new ArgumentNullException(nameof(context)); }
public ServiceBillingData(AngularTest1DbContext context) { this.context = context ?? throw new ArgumentNullException(nameof(context)); }
public ReservedCoverageData(AngularTest1DbContext context) { this.context = context ?? throw new ArgumentNullException(nameof(context)); }