成功写入Uesrs数据库表
This commit is contained in:
9
WorkStation.Server/Services/IUserService.cs
Normal file
9
WorkStation.Server/Services/IUserService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using WorkStation.Server.Context.Entity;
|
||||
|
||||
namespace WorkStation.Server.Services
|
||||
{
|
||||
public interface IUserService : IBaseSerivice<User>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user