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