public int GetCount(string word)
 {
     return(_repository.GetCount(word));
 }
Exemple #2
0
 public int GetCount(string word, int idCompany)
 {
     return(_repository.GetCount(word, idCompany));;
 }