コード例 #1
0
 public List <Comment> GetUnreadComments(int userId)
 {
     return(commentDataAccess.GetUnreadComments(userId));
 }