Ejemplo n.º 1
0
 public NotificationSummary(User user, NotificationSystem notificationSystem, ITotals publisher, UpdateType updateType)
 {
     User = user;
     NotificationSystem = notificationSystem;
     Publisher          = publisher;
     UpdateType         = updateType;
 }
Ejemplo n.º 2
0
 public ShoppingUpdatedEventArgs(ITotals totalsEntity, UpdateType update)
 {
     TotalsEntity = totalsEntity;
     Update       = update;
 }