Пример #1
0
 public List <Orders> GetAllLocationOrdersPriceDesc(int locatoinId)
 {
     return(repo.GetAllLocationOrdersPriceDesc(locatoinId));
 }