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