Shouldn't WeatherForecast belong in Domain? #548
Answered
by
wahidrezgui
softwareantics
asked this question in
Q&A
-
Isn't WeatherForecast considered a domain model? |
Beta Was this translation helpful? Give feedback.
Answered by
wahidrezgui
Jan 20, 2022
Replies: 1 comment
-
Hy, YES I suppose if you want to integrate it in your Business layer you can create the domain entity and integrate the business rules in your application layer . I think it is still there now because it's a sample created by default when the project was created. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
softwareantics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hy, YES I suppose if you want to integrate it in your Business layer you can create the domain entity and integrate the business rules in your application layer . I think it is still there now because it's a sample created by default when the project was created.