Example #1
0
 public override void Loading()
 {
     HashAlbianObjectManager.RegisterHandler("1thRouting", AssemblyManager.GetFullTypeName(typeof(User)), HashAlbianObjectHandlerUser);
     HashAlbianObjectManager.RegisterHandler(AssemblyManager.GetFullTypeName(typeof(LogInfo)), HashAlbianObjectHandlerByCreatrUser);
     base.Loading();
 }
Example #2
0
 public override void Loading()
 {
     HashAlbianObjectManager.RegisterHandler(AssemblyManager.GetFullTypeName(typeof(LogInfo)), HashAlbianObjectHandlerLog);
     base.Loading();
 }