This commit is contained in:
kagbie3nn@mail.ru 2024-06-16 11:35:18 +04:00
parent f42c402c7a
commit 97138f6512

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();
}
}