public ComponentController() { try { componentBLL = (ComponentBLL)BLLLocator.GetComponentBLL(); } catch (Exception ex) { throw ex; } }
public ProductController() { try { productBLL = (ProductBLL)BLLLocator.GetProductBLL(); } catch (Exception ex) { throw ex; } }