public void GetCategories(EProposal ObjEProposal, int _textID) { try { if (ObjEProposal != null) { ObjEProposal.dsCategory = ObjDProposal.GetCategories(_textID); } } catch (Exception ex) { throw; } }
public void GetTextModuleAreas(EProposal ObjEProposal) { try { if (ObjEProposal != null) { ObjEProposal.dsTextModuleAreas = ObjDProposal.GetTextModuleAreas(); } } catch (Exception ex) { throw; } }