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