mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Remove extra ";"
--HG-- branch : 1.x
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Orchard.Tests.Modules.XmlRpc.Controllers {
|
||||
var thing2 = new StubHandler();
|
||||
|
||||
var builder = new ContainerBuilder();
|
||||
//builder.RegisterModule(new ImplicitCollectionSupportModule()); ;
|
||||
//builder.RegisterModule(new ImplicitCollectionSupportModule());
|
||||
builder.RegisterType<HomeController>();
|
||||
builder.RegisterType<XmlRpcReader>().As<IMapper<XElement, XRpcMethodCall>>();
|
||||
builder.RegisterType<XmlRpcWriter>().As<IMapper<XRpcMethodResponse, XElement>>();
|
||||
|
||||
Reference in New Issue
Block a user