Example #1
0
 public List <IShipmentDto> GetByMethod(string method)
 {
     return(_shipmentRepository.GetByMethod(method));
 }