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