0
Abhishek_Sharma created
I am facing following issue a) Unable to add below dependency injection in MenuController.
public class MenuController : AbpController, IDataMenuAppService { private readonly IDataMenuAppService _dataMenuAppService;
public MenuController(IDataMenuAppService dataMenuAppService)
{
_dataMenuAppService = dataMenuAppService;
}
} b) Unable to generate proxies in csharp.
On server side :-
- I have created interface IDataMenuAppService
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)