Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateClientAsync(Cell.Models.Entities.Client client)
 {
     return(base.Channel.UpdateClientAsync(client));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Cell.Models.Entities.Client> AddClientAsync(Cell.Models.Entities.Client client)
 {
     return(base.Channel.AddClientAsync(client));
 }
Exemplo n.º 3
0
 public bool UpdateClient(Cell.Models.Entities.Client client)
 {
     return(base.Channel.UpdateClient(client));
 }
Exemplo n.º 4
0
 public Cell.Models.Entities.Client AddClient(Cell.Models.Entities.Client client)
 {
     return(base.Channel.AddClient(client));
 }