Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1plam committed Jun 14, 2023
1 parent 1b5d642 commit 6317097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public sealed class CreateEmployeeCommand : ICommand<bool>
public Employee Employee { get; init; }
}
```
5
```csharp
internal sealed class CreateEmployeeCommandHandler : ICommandHandler<CreateEmployeeCommand, bool>
{
Expand Down Expand Up @@ -83,7 +82,6 @@ public sealed class GetEmployeeByEmailQuery : IQuery<Employee?>
public string Email { get; init; }
}
```

```csharp
internal sealed class GetEmployeeByEmailQueryHandler : IQueryHandler<GetEmployeeByEmailQuery, Employee?>
{
Expand Down

0 comments on commit 6317097

Please sign in to comment.