Files
cloud-cap-samples/hello/world.cds
2020-03-02 08:35:31 +01:00

4 lines
61 B
Plaintext

service say {
function hello (to:String) returns String;
}