コード例 #1
0
 public IList <Venda> ListaVendas()
 {
     return(produtosDAL.ListVendas());
 }