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