Добавьте файлы проекта.
This commit is contained in:
19
Yuna.Website/Yuna.Website.Server/Storage/AppDbContext.cs
Normal file
19
Yuna.Website/Yuna.Website.Server/Storage/AppDbContext.cs
Normal file
@ -0,0 +1,19 @@
|
||||
//using Microsoft.EntityFrameworkCore;
|
||||
//using Yuna.Website.Server.Model;
|
||||
//using Yuna.Website.Server.Storage.StorageModel;
|
||||
//using Yuna.Website.Server.Storage.StorageModel.Skill;
|
||||
|
||||
//namespace Yuna.Website.Server.Storage
|
||||
//{
|
||||
// public class AppDbContext : DbContext
|
||||
// {
|
||||
// public AppDbContext()
|
||||
// {
|
||||
// }
|
||||
|
||||
// //public AppDbContext(DbContextOptions<AppDbContext> options) : base(options) { }
|
||||
// //public virtual DbSet<UserInStorage> Users => Set<UserInStorage>();
|
||||
// //public virtual DbSet<SkillInStorage> Skills => Set<SkillInStorage>();
|
||||
// //public virtual DbSet<DeviceInStorage> Devices => Set<DeviceInStorage>();
|
||||
// }
|
||||
//}
|
Reference in New Issue
Block a user