brusher profile & commands

This commit is contained in:
2017-02-28 14:01:24 +01:00
parent 9973f0dcc7
commit 208e339bf8
25 changed files with 3114 additions and 38 deletions

View File

@ -273,6 +273,8 @@ namespace Yavsc.Models
public DbSet<DimissClicked> DimissClicked { get; set; }
public DbSet<HairPrestation> HairPrestation { get; set; }
public DbSet<BrusherProfile> BrusherProfile { get; set; }
}