コード例 #1
0
ファイル: UserState.cs プロジェクト: DT021/stock-analysis
 internal void Apply(UserSubscribedToPlan p)
 {
     this.SubscriptionLevel = p.PlanId == Plans.Starter ? "Starter" : "Full";
 }
コード例 #2
0
 private void ApplyInternal(UserSubscribedToPlan s)
 {
     this.State.Apply(s);
 }