Example #1
0
 public LoginNotifyDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer) : base(dataInjector, methodSerializer)
 {
     dataInjector.RegisterDelegate(this, ServiceIdGen.LoginNotify);
 }
Example #2
0
 public LoginNotifyDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer) : base(dataInjector, methodSerializer)
 {
     dataInjector.RegisterDelegate(this, ServiceIdGen.LoginNotify);
 }
Example #3
0
 public ClientLoginServiceDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer)
     : base(dataInjector, methodSerializer)
 {
     dataInjector.RegisterDelegate(this, ServiceIdGen.ClientLogin);
 }
Example #4
0
 public ClientLoginServiceDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer)
     : base(dataInjector, methodSerializer)
 {
     dataInjector.RegisterDelegate(this, ServiceIdGen.ClientLogin);
 }