Пример #1
0
 public IEnumerable <Venda> Listar([FromServices] VendaApplication application)
 {
     return(application.GetAllVendas());
 }