Example #1
0
 public TBaseViewModel ObterPorId(int id)
 {
     return(_iMapper.Map <TBaseViewModel>(_servico.ObterPorId(id)));
 }
Example #2
0
 public TEntidade ObterPorId(long id)
 {
     return(_servicoBase.ObterPorId(id));
 }
 public TEntity ObterPorId(int id)
 {
     return(_servicoBase.ObterPorId(id));
 }
Example #4
0
 public TEntity ObterPorId(int id)
 {
     return(servico.ObterPorId(id));
 }