Exemplo n.º 1
0
 internal void AddGrantedByMe(Certification cert)
 {
     GrantedByMe.Add(cert);
 }
Exemplo n.º 2
0
 internal void RemoveGrantedByMe(Certification cert)
 {
     GrantedByMe.Remove(cert);
 }