Пример #1
0
 public async Task <IActionResult> Get(string userid)
 {
     return(Ok(await _instructorService.GetInstructorById(userid)));
 }