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