简单基类控制器封装
This commit is contained in:
@@ -8,7 +8,7 @@ using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public interface IBaseService<T> where T: class, IBaseModelEntity,new()
|
||||
public interface IBaseService<T> where T: class,new()
|
||||
{
|
||||
public IRepository<T> _repository { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user