public RBIFAQOfFEMASubModuleDetailUserController() { try { iFEMASubModuleDetail = new FEMASubModuleDetailRepository(); } catch (Exception ex) { Utility.WriteLog("RBIFAQOfFEMASubModuleDetailUserController (User)", null, "Error while initialize repository.", ex.ToString()); } }
public RegulationOfFEMASubModuleDetailUserController() { try { iFEMASubModuleDetail = new FEMASubModuleDetailRepository(); iFemaIndex = new FemaIndexRepository(); iFemaSubIndex = new FemaSubIndexRepository(); iIndexAmendment = new IndexAmendmentRepository(); } catch (Exception ex) { Utility.WriteLog("FEMASubModuleDetailUserController (User)", null, "Error while initialize repository.", ex.ToString()); } }
public MasterDirectionOfFEMASubModuleDetailUserController() { try { iFEMASubModuleDetail = new FEMASubModuleDetailRepository(); iMasterDirectionChapter = new MasterDirectionChapterRepository(); iMasterDirectionIndex = new MasterDirectionIndexRepository(); iMasterDirectionSubIndex = new MasterDirectionSubIndexRepository(); iMasterDirectionIndexAmendment = new MasterDirectionIndexAmendmentRepository(); iMasterDirectionFAQ = new MasterDirectionFAQRepository(); } catch (Exception ex) { Utility.WriteLog("MasterDirectionOfFEMASubModuleDetailUserController (User)", null, "Error while initialize repository.", ex.ToString()); } }