コード例 #1
0
 public async Task <IActionResult> GetById(long id)
 {
     return(HandleServiceResponse(await _service.FindByIdAsync(id)));
 }