コード例 #1
0
 public EmailController(IXmlUtility xml)
 {
     _xml = xml;
 }
コード例 #2
0
 public BggApi(IWebClient client, IXmlUtility xml)
 {
     _client = client;
     _xml    = xml;
 }