Example #1
0
 /// <summary>
 /// Registers the mvc route for query interface (qi.js; pronounced "chi")
 /// calls.  This route should be registered after the default route
 /// </summary>
 public static void Initialize()
 {
     DaoProxyRegistration.Initialize();
 }
Example #2
0
 public DaoProxyRegistrationInfo(DaoProxyRegistration proxyRegInfo)
     : base(proxyRegInfo.Database)
 {
     this.ContextName   = proxyRegInfo.ContextName;
     this.DaoClassNames = proxyRegInfo.ServiceProvider.ClassNames;
 }