public LoginNotifyDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer) : base(dataInjector, methodSerializer) { dataInjector.RegisterDelegate(this, ServiceIdGen.LoginNotify); }
public ClientLoginServiceDelegate(IDataInjector dataInjector, IMethodSerializer methodSerializer) : base(dataInjector, methodSerializer) { dataInjector.RegisterDelegate(this, ServiceIdGen.ClientLogin); }