Esempio n. 1
0
 internal void Apply(UserSubscribedToPlan p)
 {
     this.SubscriptionLevel = p.PlanId == Plans.Starter ? "Starter" : "Full";
 }
Esempio n. 2
0
 private void ApplyInternal(UserSubscribedToPlan s)
 {
     this.State.Apply(s);
 }