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