Exemplo n.º 1
0
 public Security()
 {
     _context = new GeezEntities();
 }
Exemplo n.º 2
0
 public Administration()
 {
     _context = new GeezEntities();
 }
Exemplo n.º 3
0
 public Review()
 {
     context = new GeezEntities();
 }
Exemplo n.º 4
0
 public UssdHelper()
 {
     _context = new GeezEntities();
 }