public FederationGeneralPaymentsService() { _dbContext = new MFISDBContext(); AutoMapperEntityConfiguration.Configure(); _commonService = new CommonService(); }
public VillageService() { _dbContext = new MFISDBContext(); _commonService = new CommonService(); AutoMapperEntityConfiguration.Configure(); }
public GroupGeneralReceiptService() { _dbContext = new MFISDBContext(); AutoMapperEntityConfiguration.Configure(); _commonService = new CommonService(); }
public EmployeeKycService() { _dbContext = new MFISDBContext(); _commonService = new CommonService(); AutoMapperEntityConfiguration.Configure(); }
public LoanSecurityMasterService() { _dbContext = new MFISDBContext(); _commonService = new CommonService(); AutoMapperEntityConfiguration.Configure(); }
public RefundsFromFederationService() { _dbContext = new MFISDBContext(); AutoMapperEntityConfiguration.Configure(); _commonService = new CommonService(); }
public GroupMemberPaymentService() { _commonService = new CommonService(); }
public ModuleActionService() { _moduleActionDal = new ModuleActionDal(); _commonService = new CommonService(); AutoMapperEntityConfiguration.Configure(); }