예제 #1
0
 public async Task <Shipping> GetById(string id)
 {
     return(await _repo.GetById(id));
 }