Several changes before queryDatabase project

This commit is contained in:
2019-11-13 22:22:46 +01:00
parent 9d861108d3
commit 1fc695559a
23 changed files with 1120 additions and 24 deletions

View File

@ -17,12 +17,10 @@ namespace CodeFirstExistingDatabase
public int Id { get; set; }
public string Title { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public Category Category { get; set; }
public int Level { get; set; }
public float FullPrice { get; set; }