This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Failing to work with application/business layer #52
Labels
bug
Decribes a bug or an invalid behavior from the library
enhancement
Describes an enhancement or an existing feature
Milestone
I am developing an application that uses ASP.NET Boilerplate framework. By default, there is an application layer that maps my appservices as controllers in the Web layer.
In the web layer, I have added
services.RegisterDataTables();
.In the application layer, I am trying to get as input IDataTablesRequest, but I get input is null error.
Thanks in advance
The text was updated successfully, but these errors were encountered: