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