File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,15 +349,15 @@ public string GetEntityWithReferenceExpandMethods(OdcmClass odcmClass)
349349 string entityWithReferenceRequestName = this.GetEntityWithReferenceRequestName(odcmClass);
350350 return this.GetExpandMethod(entityWithReferenceRequestName) +
351351 Environment.NewLine + Environment.NewLine + " " +
352- this.GetExpandExpressionMethod(entityWithReferenceRequestName, this.GetEntityNameString(odcmClass)););
352+ this.GetExpandExpressionMethod(entityWithReferenceRequestName, this.GetEntityNameString(odcmClass));
353353}
354354
355355public string GetEntityWithReferenceSelectMethods(OdcmClass odcmClass)
356356{
357357 string entityWithReferenceRequestName = this.GetEntityWithReferenceRequestName(odcmClass);
358358 return this.GetSelectMethod(entityWithReferenceRequestName) +
359359 Environment.NewLine + Environment.NewLine + " " +
360- this.GetSelectExpressionMethod(entityWithReferenceRequestName, this.GetEntityNameString(odcmClass)););}
360+ this.GetSelectExpressionMethod(entityWithReferenceRequestName, this.GetEntityNameString(odcmClass));
361361}
362362
363363#>
You can’t perform that action at this time.
0 commit comments