Skip to content

Commit

Permalink
feat:add Aggregate root object creation, modification, and deletion e…
Browse files Browse the repository at this point in the history
…vents
  • Loading branch information
duiapro committed Apr 25, 2024
1 parent 827f1da commit bf24d3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public UserFriendlyException(
{
}

public UserFriendlyException(string errorCode,
public UserFriendlyException(
string errorCode,
string message,
LogLevel? logLevel,
params object[] parameters)
Expand Down

0 comments on commit bf24d3f

Please sign in to comment.