-
i have a question about how to cache an aggregate root. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
i have a question about how to cache an aggregate root. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
AutoMapperModule
to your domain module. Your domain module should not depend on it. You can make the related mapping configurations from the application layer.