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