WIP billing

This commit is contained in:
Paul Schneider 2016-09-05 19:01:43 +02:00
commit 62e1c49c1f
12 changed files with 1462 additions and 10 deletions

View file

@ -178,5 +178,9 @@ namespace Yavsc.Models
public DbSet<Tag> Tags { get; set; }
public DbSet<PostTag> TagsDomain { get; set; }
public DbSet<EstimateTemplate> EstimateTemplates { get; set; }
}
}