mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
-
This commit is contained in:
parent
31261605d9
commit
efce237c6f
@ -26,11 +26,11 @@ namespace SqlSugar
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public ConfigureServices ConfigureExternalServices { get; set; }
|
||||
public ConfigureExternalServices ConfigureExternalServices { get; set; }
|
||||
}
|
||||
|
||||
public class ConfigureServices
|
||||
public class ConfigureExternalServices
|
||||
{
|
||||
public ISerializeManager SerializeManager { get; set; }
|
||||
public ISerializeService SerializeService { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -360,7 +360,7 @@ namespace SqlSugar
|
||||
{
|
||||
return ReflectionInoCache<V>.GetInstance();
|
||||
}
|
||||
public static ISerializeManager GetSerializeInstance()
|
||||
public static ISerializeService GetSerializeInstance()
|
||||
{
|
||||
return SerializeService.GetInstance();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user