Example #1
0
 public SystemBll(ISystemService systemService, ISysMenuService SysMenuService, ISysPrivilegeService sysPrivilegeService)
 {
     this.systemService = systemService;
     this.SysMenuService = SysMenuService;
     this.sysPrivilegeService = sysPrivilegeService;
 }
Example #2
0
 public SystemBll(ISystemService systemService, ISysMenuService SysMenuService, ISysPrivilegeService sysPrivilegeService)
 {
     this.systemService       = systemService;
     this.SysMenuService      = SysMenuService;
     this.sysPrivilegeService = sysPrivilegeService;
 }
 public void TestFixtureSetUp()
 {
     this.privilegeService = ServiceFactory.PrivilegeService;
 }
 public void TestFixtureSetUp()
 {
     this.privilegeService = ServiceFactory.PrivilegeService;
 }