예제 #1
0
 public System.Threading.Tasks.Task InsertParentAsync(string token, WPF_client.ServiceReference.ParentRecord record)
 {
     return(base.Channel.InsertParentAsync(token, record));
 }
예제 #2
0
 public void InsertParent(string token, WPF_client.ServiceReference.ParentRecord record)
 {
     base.Channel.InsertParent(token, record);
 }