public UniqueKillsRepository(AccountServiceContext context)
 {
     this.context = context;
 }
Пример #2
0
 public BlockedUsersRepository(AccountServiceContext context)
 {
     this.context = context;
 }
 public AccountsController(AccountServiceContext context)
 {
     _context = context;
 }