commiting some changes

This commit is contained in:
ani_konarcheva@abv.bg
2022-04-08 14:05:16 +03:00
parent e1f462fb1d
commit 547c6e8774
10 changed files with 56 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ namespace Data.Entities
public class Car
{
[Required]
[Key]
public int Id { get; set; }
[Required]