/// <summary> /// Adds a line item to OrderProduct table /// </summary> /// <param name="orderProduct"></param> public void AddOrderProduct(OrderProduct orderProduct) { repo.AddOrderProduct(orderProduct); }