Убрали set у id
This commit is contained in:
parent
55e1775d96
commit
c53b430ea5
@ -8,6 +8,6 @@ namespace BankYouBankruptDataModels
|
|||||||
{
|
{
|
||||||
public interface IId
|
public interface IId
|
||||||
{
|
{
|
||||||
int Id { get; set; }
|
int Id { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user