public ProjectApprovalReportController()
 {
     exBll       = new ExaminationBLL();
     categoryBLL = new CategoryBLL();
     bigBll      = new BigTypesBLL();
     samllBll    = new SmallTypesBLL();
     unitBll     = new UnitTypesBLL();
 }
Exemplo n.º 2
0
 public UnitTypeController()
 {
     uBll = new UnitTypesBLL();
 }