Ejemplo n.º 1
0
 public YoYoStudio.Model.Core.RoleCommand AddRoleCommand(int userId, string token, YoYoStudio.Model.Core.RoleCommand roleCommand)
 {
     return(client.AddRoleCommand(application_Id, userId, token, roleCommand));
 }