d-webservice-example/source/d_webservice_example/data/todo_update_do.d

7 lines
111 B
D
Raw Normal View History

2018-12-18 22:18:06 +01:00
module d_webservice_example.data.todo_update_do;
struct TodoUpdateDO
{
string title;
string content;
}