Ejemplo n.º 1
0
 public MetadataManager(IMetadataSoapRepository soapRepository)
 {
     _soapRepository = soapRepository;
 }
Ejemplo n.º 2
0
 public ShowServiceManager(IMetadataSoapRepository soapRepository) : base(soapRepository)
 {
 }
Ejemplo n.º 3
0
 public FlightServiceManager(IMetadataSoapRepository soapRepository) : base(soapRepository)
 {
 }