for now, we need only one endpoint:
POST /send/{ReceiverId}
the controller must be slim, and just do controller web api related stuff, such as setting up the command, sending it and then handling the web api response, depending on the result of your command.
create a controller for economy modules.
for now, we need only one endpoint:
POST /send/{ReceiverId}
the controller must be slim, and just do controller web api related stuff, such as setting up the command, sending it and then handling the web api response, depending on the result of your command.