refact
All checks were successful
Dotnet build and test / log-the-inputs (push) Successful in 4s
Dotnet build and test / build (push) Successful in 2m30s

This commit is contained in:
Paul Schneider
2025-06-29 18:44:35 +01:00
parent 531797d348
commit bebca989d0
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; }
}
}