public SuppliersService(ManagingDebtsContext context)
 {
     this.context = context;
 }
 public DashboardService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public ContractsService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public ElectricityDataConfirmtionService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public BezekFileReaderService(ManagingDebtsContext context)
 {
     this.context = context;
 }
 public CustomersService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #7
0
 public UsersService(ManagingDebtsContext managingDebtsContext)
 {
     this.context = managingDebtsContext;
 }
Beispiel #8
0
 public BudgetContractService(ManagingDebtsContext context)
 {
     this.context = context;
 }
 public BankAccountsService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #10
0
 public BezekDataConfirmationService(ManagingDebtsContext context)
 {
     this.context = context;
 }
 public PrivateSupplierDataConfirmationService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #12
0
 public PrivateSupplierFileReaderService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #13
0
 public ElectricityFileReaderService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #14
0
 public SliService(ManagingDebtsContext context)
 {
     this.context = context;
 }
Beispiel #15
0
 //private ILogger logger;
 public BudgetsService(ManagingDebtsContext context /*, ILogger logger*/)
 {
     this.context = context;
     //this.logger = logger;
 }
 public GeneralBillingSummaryService(ManagingDebtsContext context)
 {
     this.context = context;
 }