Table of Contents

Interface ISeasonsDbContext

Namespace
Uncreated.Warfare.Database.Abstractions
Assembly
Uncreated.Warfare.dll
public interface ISeasonsDbContext : IDbContext, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IDisposable, IAsyncDisposable, IResettableService
Inherited Members
Extension Methods

Properties

Maps

DbSet<MapData> Maps { get; }

Property Value

DbSet<MapData>

Seasons

DbSet<SeasonData> Seasons { get; }

Property Value

DbSet<SeasonData>

Methods

ConfigureModels(ModelBuilder)

public static void ConfigureModels(ModelBuilder modelBuilder)

Parameters

modelBuilder ModelBuilder