コード例 #1
0
 public UserExchangeController(IContextUnwrapper contextUnwrapper, ICookieManager cookieManager, IUserExchangeService userExchangeService) 
     : base(contextUnwrapper, cookieManager)
 {
     this.userExchangeService = userExchangeService;
 }
コード例 #2
0
 public UserExchangeController(IContextUnwrapper contextUnwrapper, ICookieManager cookieManager, IUserExchangeService userExchangeService)
     : base(contextUnwrapper, cookieManager)
 {
     this.userExchangeService = userExchangeService;
 }