Advertisement
Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. [HttpPut]
  2. [Route("LockUser/{id:guid}")]
  3. public async Task<IActionResult> LockUser(Guid id, [FromBody] double hours)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement