Beispiel #1
0
 public async Task <Result> RemoveUser(string CustomerId, string UserId, RemoveUserParams data) => await _avOperation.RemoveUserAsync(CustomerId, UserId, data);
Beispiel #2
0
        public Result RemoveUser(string CustomerId, string UserId, RemoveUserParams data)
        {
            var op = new STaaSOperation();

            return(op.RemoveUser(CustomerId, UserId, data));
        }