Ejemplo n.º 1
0
 public async Task <IEnumerable <ShipperModel> > GetShipperByID(int ShipperID)
 {
     return(await _shipperRepository.GetShipperByID(ShipperID));
 }