Exemplo n.º 1
0
 public static List <Note> getNotes(int taskID, int subtaskID)
 {
     return(NoteDAL.getNotes(taskID, subtaskID));
 }