Skip to content

Commit 5247113

Browse files
author
Caitlin Bales
committed
Add comments to first post async method
1 parent d287f57 commit 5247113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Templates/CSharp/Base/ICollectionRequest.Base.template.tt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ public string GetPostAsyncMethodForReferencesRequest(OdcmProperty odcmProperty)
9090

9191
var stringBuilder = new StringBuilder();
9292

93+
stringBuilder.Append(Environment.NewLine);
94+
this.AppendMethodHeaderToPostAsyncMethod(propertyType, sanitizedPropertyName, stringBuilder);
9395
stringBuilder.Append(Environment.NewLine);
9496
stringBuilder.AppendFormat(" System.Threading.Tasks.Task AddAsync({0} {1});", propertyType, sanitizedPropertyName);
9597

0 commit comments

Comments
 (0)