public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }