Exemplo n.º 1
0
 public List <Orders> GetAllLocationOrdersPriceAsc(int locatoinId)
 {
     return(repo.GetAllLocationOrdersPriceAsc(locatoinId));
 }