/// <summary>
 /// Initializes a new instance of the <see cref="HomeController"/> class.
 /// </summary>
 /// <param name="homeControllerModel">The home controller model.</param>
 public HomeController(IHomeControllerModel homeControllerModel)
 {
     this.homeControllerModel = homeControllerModel;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HomeController"/> class.
 /// </summary>
 /// <param name="homeControllerModel">The home controller model.</param>
 public HomeController(IHomeControllerModel homeControllerModel)
 {
     this.homeControllerModel = homeControllerModel;
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AreaTestController"/> class.
 /// </summary>
 /// <param name="model">The model.</param>
 public AreaTestController(IHomeControllerModel model)
 {
     this.model = model;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AreaTestController"/> class.
 /// </summary>
 /// <param name="model">The model.</param>
 public AreaTestController(IHomeControllerModel model)
 {
     this.model = model;
 }