Beispiel #1
0
 public bool Remove(RoleProperties item)
 {
     return(item != null && Storage.Remove(item));
 }
Beispiel #2
0
        public RoleProperties Add(RoleProperties role)
        {
            Storage.Add(role);

            return(role);
        }