用户表增加删除和获取所有的功能
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace WorkStation.Server.Services
|
||||
{
|
||||
public interface IUserService : IBaseSerivice<User>
|
||||
public interface IUserService : IBaseService<User>
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user