Пример #1
0
 public static string GetEmployeeByID(string userlist)
 {
     return(ProjectBudgetDBHelper.GetEmployeeByID(userlist));
 }