Exemplo n.º 1
0
 public DeleteComponentResponse DeleteComponent(DeleteComponentRequest request)
 {
     return(Execute(() => InternalService.DeleteComponent(request)));
 }