view Implab.ServiceHost/Unity/Schema.cs @ 273:79110a16cab7 v3

Working on Unity xml configuration: Refactoring in progress
author cin
date Thu, 26 Apr 2018 19:35:01 +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";
    }
}