示例#1
0
 public int GetNotCompletedTaskCountByUserId(int userId)
 {
     return(_taskDal.GetNotCompletedTaskCountByUserId(userId));
 }