mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 20:27:56 +08:00
Rename
This commit is contained in:
parent
b7ac1bf753
commit
b2b2cbb8ec
@ -43,9 +43,9 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
|
||||
public class NavigationInitializer<T> where T : new()
|
||||
public class OneToOneInitializer<T> where T : new()
|
||||
{
|
||||
public static implicit operator T(NavigationInitializer<T> initializer)
|
||||
public static implicit operator T(OneToOneInitializer<T> initializer)
|
||||
{
|
||||
Type type = typeof(T);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user