Example #1
0
 public IActionResult GetAllDevice()
 {
     return(Result(() => _hobbyService.GetAllHobby(CurrentUser.Id)));
 }