v2.0.0
This commit is contained in:
@@ -6,14 +6,16 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace CC.Yi.BLL
|
||||
{
|
||||
public partial class studentBll : BaseBll<student>, IstudentBll
|
||||
{
|
||||
public studentBll(IBaseDal<student> cd):base(cd)
|
||||
public studentBll(IBaseDal<student> cd,DataContext _Db):base(cd,_Db)
|
||||
{
|
||||
CurrentDal = cd;
|
||||
DbSession = _Db;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user