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