Ejemplo n.º 1
0
 public IEnumerable <StatusPedidoViewModel> ObterTodos()
 {
     return(Mapper.Map <IEnumerable <StatusPedidoViewModel> >(_statusPedidoService.ObterTodos()));
 }
Ejemplo n.º 2
0
 public IEnumerable <StatusPedidoConsultaVM> ObterTodos() =>
 MapperUtils.MapList <StatusPedido, StatusPedidoConsultaVM>(_IStatusPedidoService.ObterTodos());