Dear Halil,
i'm trying to create a user registration method in a multi tenancy application, i get current tenant id by tenancy name, when i try to set tenant id for user i get exception "Can not set TenantId to a different value than the current filter parameter value or IAbpSession.TenantId while MayHaveTenant filter is enabled", i disabled AbpDataFilters.MayHaveTenant but the exception still exist.
What is missing ?
what is the best way to add additional properties to session, for instance (EmployeeId)
if my application service method modify one record only is it save to use [UnitOfWork(isTransactional: false)] or should i use it only with read operations ?
Could you till us how to use implemented DynamicFilter in Abp
Thank you
i'm sorry i couldn't figure how to use ISmtpEmailSender in application service, i tried to inject it in my application service class but it's not registered. i had a look on the Test class, but i couldn't also inject ISmtpEmailSenderConfiguration but it's not registered. how to implement ISmtpEmailSender in application service layer and other layers Thank you
Menu is rendered with respect to permission, but user still able to access the page if he write it in the url; what is your suggestion to handle this using Abp framework?