This commit is contained in:
Paul Schneider 2021-06-06 20:32:39 +01:00
commit ef33058ef5
20 changed files with 175 additions and 140 deletions

View file

@ -279,7 +279,7 @@ namespace Yavsc.Models
public DbSet<GitRepositoryReference> GitRepositoryReference { get; set; }
public DbSet<Project> Project { get; set; }
public DbSet<Project> Project { get; set; }
public DbSet<BlogTrad> BlogTrad { get; set; }