Exemple #1
0
 public static DataTable getCommentByTaskId(int taskId)
 {
     return(TasksDAL.getCommentByTaskId(taskId));
 }