Json Error Handling + Echo

This commit is contained in:
2025-02-21 11:56:28 +01:00
parent a6bff2d8b0
commit 1ad0ea4d29
8 changed files with 158 additions and 4 deletions

View File

@@ -15,5 +15,10 @@ namespace BeWo.Service.ServiceImplementations
{
return "Test erfolgreich!";
}
public string Echo(string echo)
{
return echo;
}
}
}