This commit is contained in:
Paul Schneider 2025-06-29 18:44:35 +01:00
commit 9b7a6c0125
11 changed files with 66 additions and 25 deletions

View file

@ -300,7 +300,7 @@ namespace Yavsc.Models
public DbSet<Scope> Scopes { get; set; }
public DbSet<BlogspotPublication> blogspotPublications{ get; set; }
public DbSet<BlogSpotPublication> blogSpotPublications{ get; set; }
}
}