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
1 Answer(s)
-
0
Hi can you tell me the project and cli version and the minimum steps required to reproduce