Ejemplo n.º 1
0
 public List <Order> GetOrdersByAmount(decimal amountSearch)
 {
     return(orderDataAccess.GetOrdersByAmount(amountSearch));
 }