Json Error Handling + Echo
This commit is contained in:
@@ -15,5 +15,10 @@ namespace BeWo.Service.ServiceImplementations
|
||||
{
|
||||
return "Test erfolgreich!";
|
||||
}
|
||||
|
||||
public string Echo(string echo)
|
||||
{
|
||||
return echo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user