Exemplo n.º 1
0
 public UserExchangeController(IContextUnwrapper contextUnwrapper, ICookieManager cookieManager, IUserExchangeService userExchangeService) 
     : base(contextUnwrapper, cookieManager)
 {
     this.userExchangeService = userExchangeService;
 }
Exemplo n.º 2
0
 public UserExchangeController(IContextUnwrapper contextUnwrapper, ICookieManager cookieManager, IUserExchangeService userExchangeService)
     : base(contextUnwrapper, cookieManager)
 {
     this.userExchangeService = userExchangeService;
 }