Exemple #1
0
 public ApiCommand ToContent()
 {
     return(ServiceCommand.CreateNew()
            .AddProperty("client.id", ClientId)
            );
 }