sunkaixuna
3 years ago
4 changed files with 34 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace SqlSugar |
||||
|
{ |
||||
|
public class CustomProvider |
||||
|
{ |
||||
|
internal static ISugarQueryable<T> GetQueryable<T>(string dbName, string dllName) |
||||
|
{ |
||||
|
throw new NotImplementedException(); |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue