Exemplo n.º 1
0
 public bool RoleExists(string roleName)
 {
     return(_roleDAO.RoleExists(roleName));
 }