示例#1
0
 public BaseValuesDictionaryRepository(SFCalculatorContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
示例#2
0
 public InsuranceContributionRepository(SFCalculatorContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
示例#3
0
 public IncomeTaxThresholdRepository(SFCalculatorContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }