v1.0.0
This commit is contained in:
18
CC.Yi.DALFactory/T4DbSession.cs
Normal file
18
CC.Yi.DALFactory/T4DbSession.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using CC.Yi.DAL;
|
||||
using CC.Yi.IDAL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CC.Yi.DALFactory
|
||||
{
|
||||
public partial class DbSession : IDbSession
|
||||
{
|
||||
public IstudentDal studentDal
|
||||
{
|
||||
get { return StaticDalFactory.GetstudentDal(); }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user