public FederationGeneralPaymentsService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
示例#2
0
 public VillageService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
 public GroupGeneralReceiptService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
示例#4
0
 public EmployeeKycService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
 public LoanSecurityMasterService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
示例#6
0
 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();
 }