Пример #1
0
 public ShipmentEntity GetSingle(Guid userId)
 {
     return(_shipmentRepository.GetSingle(userId));
 }