public MeetingRepository(IXmlGateway xmlGateway)
 {
     this.xmlGateway = xmlGateway;
 }
Example #2
0
 public XmlAgent(IXmlGateway gateway, IXmlMapper mapper)
 {
     this.mapper  = mapper;
     this.gateway = gateway;
 }
Example #3
0
 public XmlAgent(IXmlGateway gateway, IXmlMapper mapper)
 {
     this.mapper = mapper;
       this.gateway = gateway;
 }
Example #4
0
 public XmlAgent(IXmlGateway gateway)
     : this(gateway, new XmlMapper())
 {
 }
Example #5
0
 public XmlAgent(IXmlGateway gateway)
     : this(gateway, new XmlMapper())
 {
 }