Example #1
0
 public IEnumerable <PessoaJuridica> GetAllEagerLoading()
 {
     return(_pessoaJuridicaService.GetAllEagerLoading());
 }