Модели Apps, Scheduler
This commit is contained in:
@@ -14,5 +14,10 @@ namespace PARR.DAL.Context
|
||||
public DbSet<Host> Hosts { get; set; }
|
||||
public DbSet<Job> Jobs { get; set; }
|
||||
public DbSet<JobJournal> JobJournals { get; set; }
|
||||
public DbSet<Application> Applications { get; set; }
|
||||
public DbSet<ApplicationType> ApplicationTypes { get; set; }
|
||||
public DbSet<ApplicationInHost> ApplicationsInHosts { get; set; }
|
||||
public DbSet<Scheduler> Schedulers { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user