view Implab.ServiceHost/Unity/Schema.cs @ 268:0be8a6ae8307 v3

Implemented typereference parser
author cin
date Sun, 22 Apr 2018 15:29:10 +0300
parents 6b3e5c48131b
children
line wrap: on
line source

namespace Implab.ServiceHost.Unity {
    public static class Schema {
        public const string ContainerConfigurationNamespace = "http://implab.org/schemas/servicehost/unity.v1.xsd";
    }
}