Beispiel #1
0
 public AccountController()
 {
     _context = new GoodLuckEntities();
 }
Beispiel #2
0
 public ChallansController()
 {
     _context = new GoodLuckEntities();
 }
Beispiel #3
0
 public ReportController()
 {
     _context = new GoodLuckEntities();
 }