public TargetingOperations(Server.FacadeSettings settings)
 {
     this.facade = new Server.Facade(settings);
 }
예제 #2
0
        protected override TargetingOperations CreateService(Server.FacadeSettings settings)
        {
            var service = new TargetingOperations(settings);

            return(service);
        }