Пример #1
0
 public void DeleteRole(int userId, string token, int id)
 {
     client.DeleteRole(application_Id, userId, token, id);
 }