예제 #1
0
 public InsertOnlyPaymentsHandler(
     NiisWebContextMigration context,
     OldNiisPaymentService oldNiisPaymentService,
     AppConfiguration appConfiguration) : base(context)
 {
     _oldNiisPaymentService = oldNiisPaymentService;
     _appConfiguration      = appConfiguration;
 }
예제 #2
0
 public InsertPaymentsHandler(
     NiisWebContextMigration context,
     OldNiisPaymentService oldNiisPaymentService) : base(context)
 {
     _oldNiisPaymentService = oldNiisPaymentService;
 }