Esempio n. 1
0
 public int AddTask(int userID, string title, string description)
 {
     return(TasksDAO.InsertTask(userID, title, description));
 }