Esempio n. 1
0
 public IEnumerable <PessoaFisica> GetAllEagerLoading()
 {
     return(_pessoaFisicaRepository.GetAllEagerLoading());
 }