Пример #1
0
 public ArmasGerenciador()
 {
     _context = new Context.QuakeContext();
 }
 public TipoPartidaGerenciador()
 {
     _context = new Context.QuakeContext();
 }
Пример #3
0
 public ClienteGerenciador()
 {
     _context = new Context.QuakeContext();
 }
Пример #4
0
 public MortesGerenciador()
 {
     _context = new Context.QuakeContext();
 }