예제 #1
0
 public Department GetDepartment(string departmentID, string[] fields)
 {
     return(RemoteHelper.GetDepartment(departmentID, fields));
 }