Exemplo n.º 1
0
 public UsuarioRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 2
0
 public PessoaRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 3
0
 public MatchRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 4
0
 public QuizRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 5
0
 public PlayerRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 6
0
 public TemporadaRepositorio(IContextoMongo context) : base(context)
 {
 }
Exemplo n.º 7
0
 public RepositorioBase(IContextoMongo context)
 {
     _contexto = context;
 }
Exemplo n.º 8
0
 public CupRepositorio(IContextoMongo context) : base(context)
 {
     //teste commit git giu
 }