Esempio n. 1
0
 public ClearPaymentDbAccess(IEfCoreContext context)
 {
     this.context = context;
 }
Esempio n. 2
0
 public Handler(IEfCoreContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 public SavePaymentDbAccess(IEfCoreContext context)
 {
     this.context = context;
 }
Esempio n. 4
0
 public RecurringPaymentDbAccess(IEfCoreContext context)
 {
     this.context = context;
 }
 public GetCategorySummaryQueryHandler(IEfCoreContext context)
 {
     this.context = context;
 }
Esempio n. 6
0
 public void RecreateContext()
 {
     Context.Dispose();
     Context = EfCoreContextFactory.Create();
 }
Esempio n. 7
0
 public PaymentService(IEfCoreContext context, IModifyPaymentAction modifyPaymentAction, IDialogService dialogService)
 {
     this.modifyPaymentAction = modifyPaymentAction;
     this.dialogService       = dialogService;
     this.context             = context;
 }
Esempio n. 8
0
 public GetCategorySpreadingQueryHandler(IEfCoreContext context)
 {
     this.context = context;
 }
 public GetCashFlowQueryHandler(IEfCoreContext context)
 {
     this.context = context;
 }