コード例 #1
0
 public async Task <Basket> GetByIdAsync(object Id)
 {
     return(await _repo.GetByIdAsync(Id));
 }