Base solution for your next web application

Activities of "maliming"

As far as I know, dynamic api has no custom routing features for the time being. If you want to use url to pass parameters, you can change the parameters of the application layer method from object to multiple simple parameters.

Such as:

Task Create(CreateInput input); Task Create(string name, int age);

Showing 2991 to 2991 of 2991 entries