示例#1
0
        public async Task Count_Star_Shortcut()
        {
            xx = string.Empty;

            var res1 = await MyDAL_TestDB.CountAsync <Agent>(it => it.Name.Length > 3);

            Assert.True(res1 == 116);

            xx = string.Empty;
        }