CRUD, Only When You Can Afford It
There's a very interesting article in the MSDN Architecture Center that's very close to my heart ;).
If you think you can have a service methods called Add/UpdateOrderLine(fields of the order line table), read it.
If you think you can have the same methods in your business logic layer, read it.