20 lines
687 B
C#
20 lines
687 B
C#
//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>();
|
|
// }
|
|
//}
|