Local endpoint added successful and negative ownerId implemented
This commit is contained in:
@@ -10,8 +10,8 @@ namespace <!L namespaceName>
|
||||
partial class <!L className>
|
||||
: RemoteObjectBase, <!L originalName>
|
||||
{
|
||||
public <!L className>(int id, IRepresentationModule representationModule)
|
||||
: base(id, representationModule)
|
||||
public <!L className>(int id, IRepresentationModule representationModule, IEndPointContext context)
|
||||
: base(id, representationModule, context)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user