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