Exemplo n.º 1
0
 public AccountController()
 {
     _context = new GoodLuckEntities();
 }
Exemplo n.º 2
0
 public ChallansController()
 {
     _context = new GoodLuckEntities();
 }
Exemplo n.º 3
0
 public ReportController()
 {
     _context = new GoodLuckEntities();
 }