コード例 #1
0
 public ArmasGerenciador()
 {
     _context = new Context.QuakeContext();
 }
コード例 #2
0
 public TipoPartidaGerenciador()
 {
     _context = new Context.QuakeContext();
 }
コード例 #3
0
 public ClienteGerenciador()
 {
     _context = new Context.QuakeContext();
 }
コード例 #4
0
 public MortesGerenciador()
 {
     _context = new Context.QuakeContext();
 }