Пример #1
0
 public void RemoveConsent(ConsentPageViewModel notification)
 {
     Consents.Remove(notification);
 }
Пример #2
0
 public void AddConsent(ConsentPageViewModel notification)
 {
     Consents.Add(notification);
 }