public AuthController(CommonEven CommonEven, IUserAppService userAppService) { _userAppService = userAppService; _CommonEven = CommonEven; }
public UserinfosController(ILogger <UserinfosController> logger, CommonEven commonEven) { _logger = logger; _CommonEven = commonEven; }
public MenuController(IMenuAppService menuAppService, CommonEven commonEven) { _menuAppService = menuAppService; _commonEven = commonEven; // _httpContextAccessor = httpContextAccessor; }