Esempio n. 1
0
 public static ConfigurationBuildContext SetBasePath(this ConfigurationBuildContext context, string basePath)
 {
     return(XConfigurational.Api.Building.SetBasePath(context, basePath));
 }
Esempio n. 2
0
        public ConfigurationBuildContext SetBasePath(ConfigurationBuildContext context, string basePath)
        {
            context.BasePath = basePath;

            return(context);
        }