Ejemplo n.º 1
0
 public EmailController(IXmlUtility xml)
 {
     _xml = xml;
 }
Ejemplo n.º 2
0
 public BggApi(IWebClient client, IXmlUtility xml)
 {
     _client = client;
     _xml    = xml;
 }