Ejemplo n.º 1
0
 public ViewDispatchModel GetDispatchByTripId(long tripId)
 {
     return(_iInventoryGateway.GetDispatchByTripId(tripId));
 }