Hi everybody!
I am create test service for testing ServiceStack Roles, but it not work, please help
Thanks!
This is my code:
Hi everybody!
I am create test service for testing ServiceStack Roles, but it not work, please help
Thanks!
This is my code:
The HasRole()
should be overriding the existing implementation to have any effect, the signature for HasRole() is instead:
bool HasRole(string role, IAuthRepository authRepo);
Thanks!!! Its work!!!