Пример #1
0
 public bool UpdateOrderLocation(int id, Location location)
 {
     return(_orderDal.UpdateOrderLocation(id, location));
 }