public AuthRepository()
        {
            _context = new GotChampContext();
            _userManager = new UserManager<Player>(new UserStore<Player>(_context));

            
        }
 public AuthRepository()
 {
     _context     = new GotChampContext();
     _userManager = new UserManager <Player>(new UserStore <Player>(_context));
 }
 public AdvertisementRepository()
 {
     _context = new GotChampContext();
 }
 public PaymentRepository()
 {
     _context = new GotChampContext();
 }
Example #5
0
 public PaymentRepository()
 {
     _context = new GotChampContext();
 }
 public AdvertisementRepository()
 {
     _context = new GotChampContext();
 }