Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> RemoveClientTypeAsync(Cell.Models.Entities.ClientType clientType)
 {
     return(base.Channel.RemoveClientTypeAsync(clientType));
 }
Ejemplo n.º 2
0
 public bool RemoveClientType(Cell.Models.Entities.ClientType clientType)
 {
     return(base.Channel.RemoveClientType(clientType));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <Cell.Models.Entities.ClientType> AddClientTypeAsync(Cell.Models.Entities.ClientType clientType)
 {
     return(base.Channel.AddClientTypeAsync(clientType));
 }
Ejemplo n.º 4
0
 public bool UpdateClientType(Cell.Models.Entities.ClientType clientType)
 {
     return(base.Channel.UpdateClientType(clientType));
 }
Ejemplo n.º 5
0
 public Cell.Models.Entities.ClientType AddClientType(Cell.Models.Entities.ClientType clientType)
 {
     return(base.Channel.AddClientType(clientType));
 }