コード例 #1
0
 public PerformAllNonNullChecksCommandHandler(AppDbContext context, IReportsFetchService reportsFetchService)
 {
     _context             = context;
     _reportsFetchService = reportsFetchService;
 }
 public GetZScoreDataQueryHandler(IReportsFetchService reportsFetchService)
 {
     _reportsFetchService = reportsFetchService;
 }
 public PerformAllReasonabilityChecksCommandHandler(AppDbContext context, IReportsFetchService reportsFetchService)
 {
     _context             = context;
     _reportsFetchService = reportsFetchService;
 }