コード例 #1
0
 public System.Threading.Tasks.Task UpdateClientAsync(Infrastructure.Models.CClientInfo client)
 {
     return(base.Channel.UpdateClientAsync(client));
 }
コード例 #2
0
 public void UpdateClient(Infrastructure.Models.CClientInfo client)
 {
     base.Channel.UpdateClient(client);
 }