public OrderProduct Add(OrderProduct entity) { return(_OrderProductDal.Add(entity)); }
public void Add(OrderProduct orderProduct) { _orderProductDal.Add(orderProduct); }