Mercurial > pub > ImplabNet
view Implab.ServiceHost/Unity/Schema.cs @ 267:6b3e5c48131b v3
Working on Unity xml configuration
author | cin |
---|---|
date | Fri, 20 Apr 2018 19:05:12 +0300 |
parents | |
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"; } }