示例#1
0
 public async Task <IActionResult> GetByClient(long idClient)
 {
     return(new OkObjectResult(await movementRepo.byClient(idClient)));
 }