Ruslan Yakauleu
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Ruslan Yakauleu created a post, [Rider] Initialize members with other class as prototype
Rider have code generator for new objects var model = new NewUserDTO{ // Alt+Enter -> Initialize members}; Is there any way to initialize members by prototype? As example some entity was fetched...