Esempio n. 1
0
 public void RemoveConsent(ConsentPageViewModel notification)
 {
     Consents.Remove(notification);
 }
Esempio n. 2
0
 public void AddConsent(ConsentPageViewModel notification)
 {
     Consents.Add(notification);
 }