You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"Writing to the database: {{PrimaryBusinessObjectId={this.PrimaryBusinessObjectId}, Operation={this.Method}, Description=\"{this.Description}\", User={this.User}}}.");
29
-
foreach(varidinRelatedBusinessObjectIds)
30
-
{
31
-
Console.WriteLine($"Writing to database: correlation with BusinessObjectId={id}.");
32
-
}
33
-
}
27
+
publicvoidAppendToDatabase()
28
+
{
29
+
Console.WriteLine(
30
+
$"Writing to the database: {{PrimaryBusinessObjectId={PrimaryBusinessObjectId}, Operation={Method}, Description=\"{Description}\", User={User}}}.");
31
+
foreach(varidinRelatedBusinessObjectIds)
32
+
Console.WriteLine($"Writing to database: correlation with BusinessObjectId={id}.");
Console.WriteLine($"TODO - Write to the database: {{BusinessObjectId={this.BusinessObject.Id}, Operation={this.Method}, Description=\"{this.Description}\", User={this.User}}}.");
27
-
}
21
+
publicvoidAppendToDatabase()
22
+
{
23
+
Console.WriteLine(
24
+
$"TODO - Write to the database: {{BusinessObjectId={BusinessObject.Id}, Operation={Method}, Description=\"{Description}\", User={User}}}.");
0 commit comments