コード例 #1
0
 public UniqueKillsRepository(AccountServiceContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public BlockedUsersRepository(AccountServiceContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public AccountsController(AccountServiceContext context)
 {
     _context = context;
 }