コード例 #1
0
 public async Task <ActionResult <LearnerViewModel> > GetByCardId(string id)
 {
     return(await Task.FromResult(_learnerService.GetByCardId(id)));
 }