예제 #1
0
 public GameController(SignInManager <ApplicationUser> signInManager, ISqlRpgRepository rpgRepository)
 {
     //this.userManager = userManager;
     this.signInManager = signInManager;
     this.RpgRepository = rpgRepository;
 }
예제 #2
0
 public MusicListController(SignInManager <ApplicationUser> signInManager, ISqlRpgRepository RpgRepository)
 {
     this.RpgRepository = RpgRepository;
     this.signInManager = signInManager;
 }