init_db
This commit is contained in:
@@ -7,10 +7,12 @@ namespace PARR.DAL.Context
|
||||
{
|
||||
public DataContext(DbContextOptions<DataContext> options) : base(options) { }
|
||||
|
||||
|
||||
//public DbSet<Test> Tests { get; set; }
|
||||
//public DbSet<Place> Places { get; set; }
|
||||
//public DbSet<AreaCategory> AreaCategories { get; set; }
|
||||
//public DbSet<Area> Areas { get; set; }
|
||||
public DbSet<JobType> JobTypes { get; set; }
|
||||
public DbSet<JobCategory> JobCategories { get; set; }
|
||||
public DbSet<JobMode> JobModes { get; set; }
|
||||
public DbSet<JobStatus> JobStatuses { get; set; }
|
||||
public DbSet<Host> Hosts { get; set; }
|
||||
public DbSet<Job> Jobs { get; set; }
|
||||
public DbSet<JobJournal> JobJournals { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user