Exemple #1
0
 public GeneroRepository(ManageGamesDataContext context)
 {
     _context = context;
 }
 public AmigoRepository(ManageGamesDataContext context)
 {
     _context = context;
 }
Exemple #3
0
 public EmprestimoRepository(ManageGamesDataContext context)
 {
     _context = context;
 }