Beispiel #1
0
 private static string GetSupervisor(DataRow task)
 {
     return(Data_Utilities.GetUserRole(task["TaskCreator"] as string));
 }