예제 #1
0
 public AnalyticController()
 {
     BLL = new BusinessLogic.PanelLogic();
 }
예제 #2
0
 public BaseController()
 {
     BLL = new BusinessLogic.PanelLogic();
 }