ISEbd-21. Gruzdev A.P. Lab Work 08 #15

Closed
y3nnn wants to merge 5 commits from lab8 into lab7
Showing only changes of commit 97138f6512 - Show all commits

View File

@ -20,5 +20,6 @@ namespace ComputersShopContracts.BindingModels
public string Body { get; set; } = string.Empty;
public DateTime DateDelivery { get; set; }
public int Id => throw new NotImplementedException();
}
}