Ejemplo n.º 1
0
 public PhotoRepository(PhotographyManagerContext _context) : base(_context)
 {
     context = _context;
 }
Ejemplo n.º 2
0
 public Repository(PhotographyManagerContext _context)
 {
     context = _context;
 }