Example #1
0
 public async Task <IActionResult> GetByIdAsync(int id)
 {
     return(Ok(await _debtService.GetById(id)));
 }