Ejemplo n.º 1
0
 public BrandController()
 {
     brandBL = new BrandBL();
 }
Ejemplo n.º 2
0
 public BrandController()
 {
     this._brandBL = StructureMap.ObjectFactory.GetInstance <IBrandBL>();
 }