public static WizardFlyer SetFlyer(FlyerTypes flyerType) { var result = new WizardFlyer(flyerType); HttpContext.Current.Session[GetKey()] = result; return(result); }
private WizardFlyer(FlyerTypes flyerType) { FlyerType = flyerType; Photos = new String[10]; }