public ProjectApprovalReportController() { exBll = new ExaminationBLL(); categoryBLL = new CategoryBLL(); bigBll = new BigTypesBLL(); samllBll = new SmallTypesBLL(); unitBll = new UnitTypesBLL(); }
public UnitTypeController() { uBll = new UnitTypesBLL(); }