Убрали set у id

This commit is contained in:
Programmist73 2023-04-01 11:57:44 +04:00
parent 55e1775d96
commit c53b430ea5

View File

@ -8,6 +8,6 @@ namespace BankYouBankruptDataModels
{ {
public interface IId public interface IId
{ {
int Id { get; set; } int Id { get; }
} }
} }