/// <summary> /// get list of all clsPROJECTs /// </summary> /// <returns>list</returns> public List <clsProject> GetAllProjectListofEmployee() { return(_dataObject.GetAllProjectListofEmployee()); }
/// <summary> /// get list of all clsPROJECTs /// </summary> /// <returns>list</returns> public List <clsProject> GetAllProjectListofEmployee(int empID) { return(_dataObject.GetAllProjectListofEmployee(empID)); }