In CAF, if my model has a cardinality 0..1 (nullable in database), how can I make the generated create entity service to accept the parameters that are optional? I found that CAF will drop off those parameters by default.
Moreover, is it strange that both update and delete will accept a BO as parameter while the create is using parameters instead? Is there any rational behind?
At last, can someone give me a reference to the general overview of transaction management in CAF?
Thanks!