예제 #1
0
 // Get list of all tasks for the current user
 public List <TaskModel> getTasksForCurrentUser(User currentUser, string date)
 {
     return(TasksDAL.getCurrentUsersTasks(currentUser, date));
 }