brusher profile & commands

This commit is contained in:
Paul Schneider 2017-02-28 14:01:24 +01:00
commit bdec090ce9
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; }
}