public FanRepository(checkarrContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public AuthRepository(checkarrContext context)
 {
     _context = context;
 }
 public AccountRepository(checkarrContext context)
 {
     _context = context;
 }
 public PhotoRepository(checkarrContext context)
 {
     _context = context;
 }