public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
Exemple #2
0
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }
Exemple #3
0
 public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }