public MemberLoanDisbursementService()
 {
     _LoanDisbursementDataAccess       = new LoanDisbursementDataAccess();
     _MemberLoanDisbursementDataAccess = new MemberLoanDisbursementDataAccess();
     _dbContext = new MFISDBContext();
     AutoMapperEntityConfiguration.Configure();
 }
Ejemplo n.º 2
0
 public AccountHeadService()
 {
     _dbContext      = new MFISDBContext();
     _commonService  = new CommonService();
     _accountHeadDll = new AccountHeadDll();
     AutoMapperEntityConfiguration.Configure();
 }
Ejemplo n.º 3
0
        public MemberService()
        {
            _dbContext = new MFISDBContext();

            _commonService = new CommonService();

            AutoMapperEntityConfiguration.Configure();
        }
Ejemplo n.º 4
0
        public GroupMeetingService()
        {
            _dbContext = new MFISDBContext();

            _commonService = new CommonService();

            AutoMapperEntityConfiguration.Configure();
        }
Ejemplo n.º 5
0
        public GroupJournalService1()
        {
            _dbContext = new MFISDBContext();
            _dbContext.Configuration.LazyLoadingEnabled = false;

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