Skip to content

Commit be987a2

Browse files
committed
Template typos
1 parent 7fbb021 commit be987a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Templates/CSharp/Base/IEntityRequest.Base.template.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

355355
public 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
#>

0 commit comments

Comments
 (0)