예제 #1
0
 public System.Threading.Tasks.Task InsertClientAsync(Hotel.Service.DTOs.ClientDTO client)
 {
     return(base.Channel.InsertClientAsync(client));
 }
예제 #2
0
 public void InsertClient(Hotel.Service.DTOs.ClientDTO client)
 {
     base.Channel.InsertClient(client);
 }