コード例 #1
0
 //TODO: api integration POST(https://anyapi.com/api/{ActionName}, BODY = ActionArgument)
 //TODO: process and show result
 //TODO: move it to separate dll for indepandant usage
 public Task <ActionResult> DoAction(ActionArguments arguments)
 {
     return(settings.DoAction(arguments));
 }