예제 #1
0
 public BaseController()
 {
     this.Db = new WoWArmoryDbContext();
 }
예제 #2
0
 public UserHeroService()
 {
     this.Db = new WoWArmoryDbContext();
 }