Exemplo n.º 1
0
 /** Use this API to add aaauser. */
 public static base_response add(nitro_service client, aaauser resource) throws Exception {
   aaauser addresource = new aaauser();
   addresource.username = resource.username;
   addresource.password = resource.password;
   return addresource.add_resource(client);
 }