Exemplo n.º 1
0
 public IList <Tag> GetAllTags(string startSymbols, int limit)
 {
     return(Dao.GetAllTags(startSymbols, limit));
 }