What is the point of having an additional transfer object?
Why is
cookingRecipeCommandHandler.Handle(new CreateCookingRecipeCommand(...));
better than
cookingRecipeHandler.CreateCookingRecipe(...);
I'm having a hard time to understand what the advantages of these additional objects are supposed to be.
Aucun commentaire:
Enregistrer un commentaire