This is a follow-up for #3718 and #3922.
Write content for docs/site/migration/models/methods.md, explain how to migrate model methods defined by the user.
- Methods related to persistence go to model-specific Repository class
- Remote methods (public API) go to Controller class
Acceptance criteria