source:
iknow-api/Services/Interfaces/IUserService.cs@
2859225
| Last change on this file since 2859225 was 2859225, checked in by , 11 months ago | |
|---|---|
|
|
| File size: 142 bytes | |
| Rev | Line | |
|---|---|---|
| [2859225] | 1 | |
| 2 | namespace 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.
