Beispiel #1
0
 public IEnumerable <FacturaViewModel> GetByType(string tipo)
 {
     return(_facturaService.ConsultarPorTipo(tipo).Select(f => new FacturaViewModel(f)));
 }