예제 #1
0
 public UserController()
 {
     _context = new CoinFreeDbContext();
 }
예제 #2
0
 public PayoutController()
 {
     _context = new CoinFreeDbContext();
 }