v1.0.0
This commit is contained in:
12
CC.Yi.Model/T4DataContext.cs
Normal file
12
CC.Yi.Model/T4DataContext.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.Model
|
||||
{
|
||||
public partial class DataContext :DbContext
|
||||
{
|
||||
public DbSet<student> student { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user