Esempio n. 1
0
 public int GetNotCompletedTaskCount(int userId)
 {
     return(_taskDAL.GetNotCompletedTaskCount(userId));
 }