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