Exemple #1
0
 public UserRepository(PhotoContext context)
 {
     _context = context;
 }
 public PhotoRepository(PhotoContext context)
 {
     _context = context;
 }