예제 #1
0
 public SubscriberRepository(EntityFrameworkDBContext context)
 {
     _context = context;
 }
예제 #2
0
 public PasswordsController(EntityFrameworkDBContext context)
 {
     _context = context;
 }