예제 #1
0
 public List <Orders> GetAllLocationOrdersDateAsc(int locatoinId)
 {
     return(repo.GetAllLocationOrdersDateAsc(locatoinId));
 }