public SubscriberRepository(EntityFrameworkDBContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public PasswordsController(EntityFrameworkDBContext context)
 {
     _context = context;
 }