Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EditCustomerStep"/> class.
 /// </summary>
 public EditCustomerStep()
 {
     this._managerPage            = AutofacContainer.AContainer.Resolve <IManagerPage>();
     this._selectEditCustomerPage = AutofacContainer.AContainer.Resolve <ISelectEditCustomerPage>();
     this._editCustomerPage       = AutofacContainer.AContainer.Resolve <IEditCustomerPage>();
     this._customerRegisteredPage = AutofacContainer.AContainer.Resolve <ICustomerRegisteredPage>();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NewCustomerStep"/> class.
 /// </summary>
 public NewCustomerStep()
 {
     this._managerPage            = AutofacContainer.AContainer.Resolve <IManagerPage>();
     this._newCustomerPage        = AutofacContainer.AContainer.Resolve <INewCustomerPage>();
     this._customerRegisteredPage = AutofacContainer.AContainer.Resolve <ICustomerRegisteredPage>();
 }