Beispiel #1
0
 public PhotoRepository(PhotographyManagerContext _context) : base(_context)
 {
     context = _context;
 }
 public Repository(PhotographyManagerContext _context)
 {
     context = _context;
 }