コード例 #1
0
 public List <Orders> GetAllLocationOrdersPriceAsc(int locatoinId)
 {
     return(repo.GetAllLocationOrdersPriceAsc(locatoinId));
 }