예제 #1
0
 public RoleController()
 {
     _roleBll         = new RoleBLL();
     _commonBll       = new CommonBll();
     _moduleBll       = new ModuleBLL();
     _organizationBll = new OrganizationBLL();
 }