コード例 #1
0
 public System.Threading.Tasks.Task <bool> AddAsync(hbulens.Exam70487.Common.Customer customer)
 {
     return(base.Channel.AddAsync(customer));
 }
コード例 #2
0
 public bool Add(hbulens.Exam70487.Common.Customer customer)
 {
     return(base.Channel.Add(customer));
 }