source: iknow-api/Services/Interfaces/IUserService.cs@ 618be76

Last change on this file since 618be76 was 618be76, checked in by imbrsk <boris696boris@…>, 11 months ago

Implement user management features with database integration

  • Property mode set to 100644
File size: 142 bytes
Line 
1
2namespace iknow_api.Core.Interfaces
3{
4 public interface IUserService
5 {
6 Task<JsonContent> AddUser(JsonContent newUser);
7 }
8}
Note: See TracBrowser for help on using the repository browser.