mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Optimized code
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SqlSugar
|
||||
|
||||
public class InstanceFactory
|
||||
{
|
||||
static Assembly assembly = Assembly.Load(UtilConstants.AssemblyName);
|
||||
static Assembly assembly = Assembly.GetExecutingAssembly();
|
||||
static Dictionary<string, Type> typeCache = new Dictionary<string, Type>();
|
||||
public static bool NoCache = false;
|
||||
|
||||
|
Reference in New Issue
Block a user