コード例 #1
0
 public List <IShipmentDto> GetByCustomerIdAndShippedDate(long customer, DateTime shipDate)
 {
     return(_shipmentRepository.GetByCustomerIdAndShippedDate(customer, shipDate));
 }