Exemplo n.º 1
0
 public void Notify(ICircleNotification note)
 {
     note.Id(id);
     note.Name(name);
     note.Users(new List <UserId>(users));
 }
 public void Notify(ICircleNotification circleNotification)
 {
     circleNotification.Id(Id);
     circleNotification.Name(CircleName);
     circleNotification.Users(Users);
 }