Ejemplo n.º 1
0
 // GET: api/Recibo
 public IEnumerable <Recibo> Get()
 {
     return(Recibo.ToList(_service.GetAll()));
 }