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