示例#1
0
 public System.Threading.Tasks.Task <bool> DelDictAsync(Lab7b.WcfService.Phone phone)
 {
     return(base.Channel.DelDictAsync(phone));
 }
示例#2
0
 public bool DelDict(Lab7b.WcfService.Phone phone)
 {
     return(base.Channel.DelDict(phone));
 }
示例#3
0
 public System.Threading.Tasks.Task AddDictAsync(Lab7b.WcfService.Phone person)
 {
     return(base.Channel.AddDictAsync(person));
 }
示例#4
0
 public void UpdDict(Lab7b.WcfService.Phone phone)
 {
     base.Channel.UpdDict(phone);
 }
示例#5
0
 public void AddDict(Lab7b.WcfService.Phone person)
 {
     base.Channel.AddDict(person);
 }