BACKDEV-401 #7

Merged
bekodeg merged 2 commits from BACKDEV-401 into dev 2024-04-25 17:47:18 +04:00
Showing only changes of commit 552c06f55e - Show all commits

View File

@ -2,6 +2,6 @@
{
public interface IId
{
int Id { get; init; }
int Id { get; }
}
}