コード例 #1
0
        public string GetAuthCount(int id)
        {
            var body  = Request.Form.ToList();
            var query = Request.QueryString.ToString();

            return("数量:" + _sysAuthSer.CountAuth());
        }
コード例 #2
0
ファイル: ServiceTest.cs プロジェクト: KimTree122/KNCore
        public void CountAuthity()
        {
            int count = _authoritySer.CountAuth();

            Assert.AreEqual(7, count);
        }