Example #1
0
 public List <recibos> ObterPorEmpresa(string CNPJ)
 {
     return(_repo.GetDataByCompany(CNPJ));
 }