示例#1
0
 internal GroupService(Authentication authentication, IServiceInvoker serviceInvoker, ServerService serverService)
     : base(authentication, serviceInvoker)
 {
     this.serverService = serverService;
 }
示例#2
0
 internal GroupService(Authentication authentication, IServiceInvoker serviceInvoker, ServerService serverService)
     : base(authentication, serviceInvoker)
 {
     this.serverService = serverService;
 }