예제 #1
0
 public CMS.Models.Client AddClient(CMS.Models.Client newClient)
 {
     return(base.Channel.AddClient(newClient));
 }
예제 #2
0
 public System.Threading.Tasks.Task <CMS.Models.Client> AddClientAsync(CMS.Models.Client newClient)
 {
     return(base.Channel.AddClientAsync(newClient));
 }
예제 #3
0
 public CMS.Models.Client UpdateClient(CMS.Models.Client newClient)
 {
     return(base.Channel.UpdateClient(newClient));
 }