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