コード例 #1
0
 public BrandController()
 {
     brandBL = new BrandBL();
 }
コード例 #2
0
 public BrandController()
 {
     this._brandBL = StructureMap.ObjectFactory.GetInstance <IBrandBL>();
 }