This commit is contained in:
2022-10-26 16:20:23 +08:00
parent 0073162aed
commit cb4b8bbafe
15 changed files with 174 additions and 85 deletions

View File

@ -24,3 +24,5 @@ public static class EnumerableExtensions
return me is null || !me.Any();
}
}