12
This commit is contained in:
parent
9e2d370fb9
commit
26d85c5a37
@ -198,4 +198,3 @@ namespace asg_form.Controllers.Budget
|
||||
|
||||
}
|
||||
}
|
||||
*/
|
@ -1,5 +1,6 @@
|
||||
|
||||
//using asg_form.Controllers.Budget;
|
||||
using asg_form.Controllers.Budget;
|
||||
using asg_form.Controllers.Store;
|
||||
using asg_form.Controllers.Team;
|
||||
using asg_form.Controllers.Teamregistration;
|
||||
@ -240,7 +241,7 @@ namespace asg_form.Controllers
|
||||
public DbSet<T_config> T_config { get; set; }
|
||||
public DbSet<TaskDB> T_Task { get; set; }
|
||||
public DbSet<ComformDB> T_Comform { get; set; }
|
||||
//public DbSet<BgDB> budgetDetails { get; set; }
|
||||
public DbSet<BgDB> budgetDetails { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user