Browse Source

-

pull/10/head
sunkaixuna 3 years ago
parent
commit
0bb8ea59c0
  1. 2
      Src/Asp.Net/SqlSugar/SqlSugarClient.cs

2
Src/Asp.Net/SqlSugar/SqlSugarClient.cs

@ -565,7 +565,7 @@ namespace SqlSugar
#endregion #endregion
#region #region Fastest
public IFastest<T> Fastest<T>() where T : class, new() public IFastest<T> Fastest<T>() where T : class, new()
{ {
return this.Context.Fastest<T>(); return this.Context.Fastest<T>();

Loading…
Cancel
Save