예제 #1
0
 public int GetCountOfAccount(Guid accountId)
 {
     return(dao.GetCommentCountOfAccount(accountId));
 }