mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
Code optimization
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SqlSugar
|
||||
{
|
||||
public class InstanceFactory
|
||||
{
|
||||
static Assembly assembly = CoreMethod.LoadAssembly(PubConst.AssemblyName);
|
||||
static Assembly assembly = ReflectionExtensions.LoadAssembly(PubConst.AssemblyName);
|
||||
static Dictionary<string, Type> typeCache = new Dictionary<string, Type>();
|
||||
|
||||
#region Queryable
|
||||
|
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class CoreMethod
|
||||
public class ReflectionExtensions
|
||||
{
|
||||
public static Assembly LoadAssembly(string name)
|
||||
{
|
Reference in New Issue
Block a user