コード例 #1
0
 /// <summary>
 /// get list of all clsPROJECTs
 /// </summary>
 /// <returns>list</returns>
 public List <clsProject> GetAllProjectListofEmployee()
 {
     return(_dataObject.GetAllProjectListofEmployee());
 }
コード例 #2
0
 /// <summary>
 /// get list of all clsPROJECTs
 /// </summary>
 /// <returns>list</returns>
 public List <clsProject> GetAllProjectListofEmployee(int empID)
 {
     return(_dataObject.GetAllProjectListofEmployee(empID));
 }