示例#1
0
 private WcfChannelWrapper <IAppointmentService> GetProxy()
 {
     return(EAWcfClientChannelFactory.CreateWcfChannel <IAppointmentService>());
 }
示例#2
0
 private WcfChannelWrapper <IDirectoryService> GetProxy()
 {
     return(EAWcfClientChannelFactory.CreateWcfChannel <IDirectoryService>());
 }