Esempio n. 1
0
 public System.Threading.Tasks.Task <string> InsertLibraryResultAsync(Powell.Mfg.LibraryWinService.LibraryReference.QueueRecord qrec)
 {
     return(base.Channel.InsertLibraryResultAsync(qrec));
 }
Esempio n. 2
0
 public string InsertLibraryResult(Powell.Mfg.LibraryWinService.LibraryReference.QueueRecord qrec)
 {
     return(base.Channel.InsertLibraryResult(qrec));
 }