Example #1
0
 public ProjetoViewModel GetById(Guid id)
 {
     return(Mapper.Map <Projeto, ProjetoViewModel>(_projetoService.GetById(id)));
 }