mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
TypeDefGenerator
This commit is contained in:
@@ -124,6 +124,9 @@ public class RemoteTypeDef:TypeDef
|
||||
}
|
||||
}
|
||||
|
||||
// try to get proxy type
|
||||
od._proxyType = connection.Instance?.Warehouse?.TryGetProxyType(od.Kind, od.Domain, od.Name);
|
||||
|
||||
return od;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user