コード例 #1
0
 public FederationGeneralPaymentsService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #2
0
ファイル: VillageService.cs プロジェクト: pingili/SPMS_UPDATE
 public VillageService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #3
0
 public GroupGeneralReceiptService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #4
0
 public EmployeeKycService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #5
0
 public LoanSecurityMasterService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #6
0
 public RefundsFromFederationService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #7
0
 public GroupMemberPaymentService()
 {
     _commonService = new CommonService();
 }
コード例 #8
0
 public ModuleActionService()
 {
     _moduleActionDal = new ModuleActionDal();
     _commonService   = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }