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