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