ServiceStack CRUD Service routing Documentation
问题 I am unable to find documentation (Clear or otherwise) that explains how to implement a Service in Service Stack with multiple methods. All examples show a service class with one method only. I cant imagine if you have a service with 4+ methods, that your really need to make 4+ service classes, 4+ Request DTO's and 4+ response DTO's. ( As shown here ) Example: A Service with 4 Search methods ( method(Identifer1), method2(identifer2), method3(identifer3)) Based on the documented structure of a