mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
-
This commit is contained in:
parent
a219c88872
commit
9f45293f23
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using PerformanceTest.Items;
|
||||
using PerformanceTest.TestItems;
|
||||
|
||||
namespace PerformanceTest
|
||||
{
|
||||
@ -16,7 +16,7 @@ namespace PerformanceTest
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new TestGetAll().Init();
|
||||
|
||||
new TestGetById().Init();
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ using Dapper;
|
||||
using SqlSugar;
|
||||
using Dapper.Contrib.Extensions;
|
||||
|
||||
namespace PerformanceTest.Items
|
||||
namespace PerformanceTest.TestItems
|
||||
{
|
||||
public class TestGetAll
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user