コード例 #1
0
 public Shipper SelectShipper(int id)
 {
     return(shipperRepository.Select(id));
 }