Beispiel #1
0
 public DataTable GetEmployeeGroup(string UserGuid)
 {
     return(dEmployee.GetEmployeeTable(UserGuid));
 }