Esempio n. 1
0
 protected override void OnInitialize()
 {
     base.OnInitialize();
     new Twunch.Fetcher(twunches => Item = twunches.FirstOrDefault(x => x.Id == Id), true).Execute(new ActionExecutionContext());
 }
Esempio n. 2
0
 public TwunchItemViewModel(Twunch source)
 {
     this.source = source;
 }