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