1
This commit is contained in:
10
TechHelper.Server/Services/IUserSerivces.cs
Normal file
10
TechHelper.Server/Services/IUserSerivces.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Entities.Contracts;
|
||||
using TechHelper.Services;
|
||||
|
||||
namespace TechHelper.Server.Services
|
||||
{
|
||||
public interface IUserSerivces : IBaseService<User, Guid>
|
||||
{
|
||||
Task<ApiResponse> GetStudentDetailInfo(Guid userId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user