向nuget发布8.7.2020.0308、9.16.2020.0308
大石头 编写于 2020-03-08 22:22:53
X
using System;
using System.Collections.Generic;
using System.Text;
using XCode.Membership;
using Xunit;
using static XCode.Membership.UserX;

namespace XUnitTest.XCode.BigData
{
    public class StatTests
    {
        [Fact(DisplayName = "聚合")]
        public void AggregateTest()
        {
            //var list = UserX.FindAll(null, null, UserX._.Logins.Sum());
        }
    }
}