Beispiel #1
0
 public override bool IsUserInRole(string username, string roleName)
 {
     return(!accountLogic.CanRegister(username));
 }