コード例 #1
0
 public JogadorRepository(TesteMVCContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public SelecaoRepository(TesteMVCContext context)
 {
     this.context = context;
 }