Browse Source

Update TodoEventHandler.cs

pull/10008/head
Halil İbrahim Kalkan 4 years ago
parent
commit
9ecea2d83a
  1. 2
      test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs

2
test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs

@ -41,8 +41,6 @@ namespace DistDemoApp
}
Console.WriteLine("Increased total count: " + todoSummary);
//throw new ApplicationException("Thrown to rollback the UOW!");
}
public async Task HandleEventAsync(EntityDeletedEto<TodoItemEto> eventData)

Loading…
Cancel
Save