refactor(Application): Aufrüstung von Core.Client auf 2.0.1

This commit is contained in:
Developer 02
2024-11-25 14:08:47 +01:00
parent d23b8b9187
commit d3104500d4
3 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ namespace EnvelopeGenerator.Web.Controllers.Test
_service = service;
}
[HttpPost]
public async Task<IActionResult> SendAsync(string recipient, string message)
{
await _service.SendSmsAsync(recipient: recipient, message: message);