Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Klusek committed Dec 12, 2023
1 parent b50047e commit efdd38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/supported_use_cases/records_in_cqrs.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using LeanCode.Contracts;

public record DTO1(int Property);

public record DTO2(string Property);

public class Command : ICommand
Expand Down

0 comments on commit efdd38f

Please sign in to comment.