Files
Yi.Framework/CC.Yi.IDAL/T4IDbSession.cs
454313500@qq.com a400b05bdc v1.0.8
2021-03-28 01:11:53 +08:00

15 lines
271 B
C#

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;}
}
}