EDMIServer: Move creating new objects into helpers class
This commit is contained in:
7
Service.EDMIService/IDB/IDBObject.vb
Normal file
7
Service.EDMIService/IDB/IDBObject.vb
Normal file
@@ -0,0 +1,7 @@
|
||||
Namespace IDB
|
||||
Public Class IDBObject
|
||||
Public Property ObjectId As Long
|
||||
Public Property ObjectKind As Long
|
||||
Public Property BusinessEntity As Long
|
||||
End Class
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user