public JogadorRepository(TesteMVCContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public SelecaoRepository(TesteMVCContext context)
 {
     this.context = context;
 }