public PpsChannelInfoBinder(PpsChannelInfoService service)
 {
     this.PpsChannelInfoService = service;
 }
예제 #2
0
 public InfoServiceStub(PpsChannelInfoService ppsChannelInfoService)
 {
     this.ppsChannelInfoService = ppsChannelInfoService;
 }