косячок

This commit is contained in:
bekodeg 2024-04-17 22:06:08 +04:00
parent f6c69273df
commit 552c06f55e

View File

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