Application Service and Controller methods expose HTTP API, if that's what you mean.
What do you mean no API?
You cannot use MaxLength
with long
.
Show DTO and actual input.
Implement ITransientDependency
.
Check the error in Logs.txt.
Inject it, like anywhere else.
https://aspnetboilerplate.com/Pages/Documents/Dependency-Injection
Check the error in Logs.txt.
Show the class definition.
From the documentation on Localization:
If we can not inject ILocalizationManager (maybe it's in a static context that can not be reached by the dependency injection), we can simply use the LocalizationHelper static class.