Beispiel #1
0
 public List <IShipmentDto> GetByType(string type)
 {
     return(_shipmentRepository.GetByType(type));
 }