Exemplo n.º 1
0
 public SteamInfoController(UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, ISteamInfoService steamInfoService)
 {
     this.userManager      = userManager;
     this.signInManager    = signInManager;
     this.steamInfoService = steamInfoService;
 }
 public DotaAccountsController(UserManager <ApplicationUser> userManager, ISteamInfoService steamInfoService)
 {
     this.userManager      = userManager;
     this.steamInfoService = steamInfoService;
 }