示例#1
0
 public async Task <IActionResult> GetById(long id)
 {
     return(new OkObjectResult(await movementRepo.WithId(id)));
 }