Files
Yi.Admin/Yi.Framework.Net6/Yi.Framework.Repository/DataContext.cs

16 lines
370 B
C#
Raw Normal View History

2022-04-29 12:38:19 +08:00
//using SqlSugar;
//using Yi.Framework.Common.Models;
//using Yi.Framework.Model.Models;
2022-04-02 17:44:50 +08:00
2022-04-29 12:38:19 +08:00
//namespace Yi.Framework.Repository
//{
// public class DataContext<T> : SimpleClient<T> where T : class, IBaseModelEntity, new()
// {
// public DataContext(ISqlSugarClient context) : base(context)
// {
// }
2022-04-06 22:22:45 +08:00
2022-04-29 12:38:19 +08:00
// }
//}
//简化已被弃用