public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
Пример #2
0
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }
Пример #3
0
 public PrincessRepository(MvcSampleContext context)
 {
     _context = context;
 }
 public KnightRepository(MvcSampleContext context)
 {
     _context = context;
 }