0
narinder@urvin.finance created
[QUESTION DELTED]
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
5 Answer(s)
-
0
You can also customize the ETO class.
See https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#event-transfer-object
https://github.com/abpframework/abp/blob/e499f40fc1e7f041def67b6bf8d30d5b337c4b54/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/AbpIdentityDomainModule.cs#L39 https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityDomainMappingProfile.cs#L10
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
This is giving error while creating user something related to method invocation
What's the error?
You need to use
YourUserEtothat contains your custom properties,options.EtoMappings.Add<IdentityUser, YourUserEto>(typeof(AbpIdentityDomainModule));Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)