示例#1
0
 public TipoDocumentoDTO ObterPeloId(int?id)
 {
     return(tipoDocumentoRepository.ObterPeloId(id).To <TipoDocumentoDTO>());
 }