Exemplo n.º 1
0
        public static void addRole(Roles c_role)
        {
            if (instance == null)
            {
                instance = new CurrentRole();
            }

            instance.roles = c_role;
        }
Exemplo n.º 2
0
 public void removeRole()
 {
     instance = null;
 }