Exemple #1
0
 public PessoaJuridica GetByRazaoSocial(string razaoSocial)
 {
     return(_service.GetByRazaoSocial(razaoSocial));
 }