Exemplo n.º 1
0
 public async Task <List <ProductDto> > GetAllNew(int Quantity)
 {
     return(await productBL.GetAllNew(Quantity));
 }