public int GetCount(string word)
 {
     return(_repository.GetCount(word));
 }
Exemplo n.º 2
0
 public int GetCount(string word, int idCompany)
 {
     return(_repository.GetCount(word, idCompany));;
 }