public BrandController()
 {
     brandBL = new BrandBL();
 }
Beispiel #2
0
 public BrandController()
 {
     this._brandBL = StructureMap.ObjectFactory.GetInstance <IBrandBL>();
 }