sgashua
sgashua
To prevent too much works to do from creating too many handlers classes, is it possible to use generic handler for all entities? Or not recommended to use generic handler?...
I created project that uses webform with webapi. I copied your webapi sample. when page loads, webapi function is called but request is null. how to solve?
To prevent too much works to do from creating too many handlers classes, is it possible to use generic handler for all entities? Or not recommended to use generic handler?...
I can use like this. It works when I call _mediatr.Send(new Query.Get()). ``` public class Query { public class Get : Product, IRequest { public class Handler : IRequestHandler {...