34 lines
1.1 KiB
C#
34 lines
1.1 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码是根据模板生成的。
|
|
//
|
|
// 手动更改此文件可能会导致应用程序中发生异常行为。
|
|
// 如果重新生成代码,则将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace AkiragestuProject
|
|
{
|
|
using System;
|
|
using System.Data.Entity;
|
|
using System.Data.Entity.Infrastructure;
|
|
|
|
public partial class akiragetsuEntities : DbContext
|
|
{
|
|
public akiragetsuEntities()
|
|
: base("name=akiragetsuEntities")
|
|
{
|
|
}
|
|
|
|
protected override void OnModelCreating(DbModelBuilder modelBuilder)
|
|
{
|
|
throw new UnintentionalCodeFirstException();
|
|
}
|
|
|
|
public DbSet<ak_impression> ak_impression { get; set; }
|
|
public DbSet<ak_mainperson> ak_mainperson { get; set; }
|
|
public DbSet<ak_petphrase> ak_petphrase { get; set; }
|
|
public DbSet<ak_qa> ak_qa { get; set; }
|
|
}
|
|
}
|