public PpsChannelInfoBinder(PpsChannelInfoService service)
 {
     this.PpsChannelInfoService = service;
 }
Ejemplo n.º 2
0
 public InfoServiceStub(PpsChannelInfoService ppsChannelInfoService)
 {
     this.ppsChannelInfoService = ppsChannelInfoService;
 }