mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Rename
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user