示例#1
0
 public List <IShipmentDto> GetByStatus(string status)
 {
     return(_shipmentRepository.GetByStatus(status));
 }