コード例 #1
0
 public MeetingRepository(IXmlGateway xmlGateway)
 {
     this.xmlGateway = xmlGateway;
 }
コード例 #2
0
 public XmlAgent(IXmlGateway gateway, IXmlMapper mapper)
 {
     this.mapper  = mapper;
     this.gateway = gateway;
 }
コード例 #3
0
ファイル: XmlAgent.cs プロジェクト: jbogard/EasyBankToYnab
 public XmlAgent(IXmlGateway gateway, IXmlMapper mapper)
 {
     this.mapper = mapper;
       this.gateway = gateway;
 }
コード例 #4
0
 public XmlAgent(IXmlGateway gateway)
     : this(gateway, new XmlMapper())
 {
 }
コード例 #5
0
ファイル: XmlAgent.cs プロジェクト: jbogard/EasyBankToYnab
 public XmlAgent(IXmlGateway gateway)
     : this(gateway, new XmlMapper())
 {
 }