コード例 #1
0
 public MemberLoanDisbursementService()
 {
     _LoanDisbursementDataAccess       = new LoanDisbursementDataAccess();
     _MemberLoanDisbursementDataAccess = new MemberLoanDisbursementDataAccess();
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #2
0
 public AccountHeadService()
 {
     _dbContext      = new MFISDBContext();
     _commonService  = new CommonService();
     _accountHeadDll = new AccountHeadDll();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #3
0
ファイル: MemberService.cs プロジェクト: pingili/SPMS_UPDATE
        public MemberService()
        {
            _dbContext = new MFISDBContext();

            _commonService = new CommonService();

            AutoMapperEntityConfiguration.Configure();
        }
コード例 #4
0
        public GroupMeetingService()
        {
            _dbContext = new MFISDBContext();

            _commonService = new CommonService();

            AutoMapperEntityConfiguration.Configure();
        }
コード例 #5
0
        public GroupJournalService1()
        {
            _dbContext = new MFISDBContext();
            _dbContext.Configuration.LazyLoadingEnabled = false;

            AutoMapperEntityConfiguration.Configure();
            _commonService = new CommonService();
        }
コード例 #6
0
 public ContraEntryService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #7
0
 public FundSourceService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #8
0
 public EmployeeService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #9
0
 public DistrictService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #10
0
 public FederationMeetingService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #11
0
 public OrganizationService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #12
0
 public RefundsFromFederationService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #13
0
 public MemberRefundsService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #14
0
 public GroupReceiptService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #15
0
 public ReferenceValueService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #16
0
 public PanchayatService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #17
0
 public GroupGeneralReceiptService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #18
0
 public LoanSecurityMasterService()
 {
     _dbContext     = new MFISDBContext();
     _commonService = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }
コード例 #19
0
 public FederationGeneralPaymentsService()
 {
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
     _commonService = new CommonService();
 }
コード例 #20
0
 public ModuleActionService()
 {
     _moduleActionDal = new ModuleActionDal();
     _commonService   = new CommonService();
     AutoMapperEntityConfiguration.Configure();
 }