Esempio n. 1
0
 private static DataRow GetTaskForId(int taskId)
 {
     return(Data_Utilities.GetTask(taskId));
 }