コード例 #1
0
 public DestinationModelFactory(DestinationRepository _destinationRepository)
 {
     _DestinationRepository = _destinationRepository;
 }