Skip to content

Commit

Permalink
Update TodoEventHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 28, 2021
1 parent fc70729 commit 9ecea2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public virtual async Task HandleEventAsync(EntityCreatedEto<TodoItemEto> eventDa
}

Console.WriteLine("Increased total count: " + todoSummary);

//throw new ApplicationException("Thrown to rollback the UOW!");
}

public async Task HandleEventAsync(EntityDeletedEto<TodoItemEto> eventData)
Expand Down

0 comments on commit 9ecea2d

Please sign in to comment.