Added some initiating data for working further in this projekt

This commit is contained in:
2019-11-12 23:11:19 +01:00
parent 387bb252d1
commit 9d861108d3
14 changed files with 572 additions and 1 deletions

View File

@ -21,6 +21,8 @@ namespace CodeFirstExistingDatabase
public string Description { get; set; }
public Category Category { get; set; }
public int Level { get; set; }
public float FullPrice { get; set; }