Example #1
0
 public MetadataManager(IMetadataSoapRepository soapRepository)
 {
     _soapRepository = soapRepository;
 }
Example #2
0
 public ShowServiceManager(IMetadataSoapRepository soapRepository) : base(soapRepository)
 {
 }
 public FlightServiceManager(IMetadataSoapRepository soapRepository) : base(soapRepository)
 {
 }