Exemplo n.º 1
0
 public int GetCountOfAccount(Guid accountId)
 {
     return(dao.GetArticleCountOfAccount(accountId));
 }