فتح مغلق

Issue in injecting dependencies and Generating Client Proxies #4619


User avatar
0
Abhishek_Sharma خلقت

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 :-

  1. I have created interface IDataMenuAppService

1 إجابة (إجابات)
  • User Avatar
    0
    salih خلقت
    فريق الدعم .NET Developer

    Hi can you tell me the project and cli version and the minimum steps required to reproduce

Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11