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