예제 #1
0
 public async Task <Shipping> GetShippingByIdAsync(int id)
 {
     return(await _shippingRepository.GetShippingByRegionId(id));
 }