I have a use case where a user gets a list of products, and can select multiple products and active or deactivate them.
The model for this list is immutable, and I have a repository which takes a list of the model that should deactivate them all.
I do have another full product editing model, but I'd rather not have to load up hundreds of those to simply change one column.
I'm concidering using Session.CreateQuery, but is there a better way to acomplish this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…