示例#1
0
 public XMLParseController(IXMLModule targetXMLModule)
 {
     this.xmlResult = targetXMLModule;
 }
        // GET: Index

        public IndexController(IXMLModule xmlService)
        {
            _xmlService = xmlService;
            
        }