Exemple #1
0
 public ShipperEntity Get(Guid shipperId)
 {
     return(shipperService.Get(shipperId));
 }