public void Update(Order entity) { _orderRepository.Update(entity); }
public void Add(Order entity) { _orderRepository.Insert(entity); }