mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Database] Reformat and cleanup.
This commit is contained in:
@@ -38,9 +38,13 @@ namespace Aaru.Database;
|
||||
/// <summary>Database context factory, for design time</summary>
|
||||
public class AaruContextFactory : IDesignTimeDbContextFactory<AaruContext>
|
||||
{
|
||||
#region IDesignTimeDbContextFactory<AaruContext> Members
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>Creates a database context</summary>
|
||||
/// <param name="args">Ignored parameters</param>
|
||||
/// <returns>A database context</returns>
|
||||
public AaruContext CreateDbContext(string[] args) => AaruContext.Create("aaru.db");
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user