v1.0.8
This commit is contained in:
15
CC.Yi.IDAL/T4IDbSession.cs
Normal file
15
CC.Yi.IDAL/T4IDbSession.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using CC.Yi.Model;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CC.Yi.IDAL
|
||||
{
|
||||
public partial interface IDbSession
|
||||
{
|
||||
IstudentDal studentDal{get;}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user