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