Open Closed

Error on create service #989


User avatar
0
jliu created

Create a service with grid paging and sorting like this works: public async Task<PagedResultDto<SearchEngineDto>> GetListAsync(GetSearchEngineDto input)

But if adding any additional parameter, like following sample: "string id", it will break the whole site: public async Task<PagedResultDto<SearchEngineDto>> GetListAsync(GetSearchEngineDto input, string id)

Following image shows how it looks like on starting debug:

Any idea or suggestion? How can I find right documentation? I am new on ABP Framework development.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Duplicate of https://support.abp.io/QA/Questions/990/Error-on-create-service

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11