v3.0.0
v3.0.0
This commit is contained in:
12
CC.Yi.Old/CC.Yi.DAL/T4DAL.cs
Normal file
12
CC.Yi.Old/CC.Yi.DAL/T4DAL.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using CC.Yi.IDAL;
|
||||
using CC.Yi.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.DAL
|
||||
{
|
||||
public partial class studentDal : BaseDal<student>, IstudentDal
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user