Ejemplo n.º 1
0
 public string Add(string cnpj, string nomeFantasia, string uf)
 {
     return(empresa.CadastrarEmpresa(cnpj, nomeFantasia, uf));
 }