Пример #1
0
 public UserController(IllusoryWallContext context, IConfiguration configuration)
 {
     _context      = context;
     Configuration = configuration;
 }
Пример #2
0
 public EnemyController(IllusoryWallContext context)
 {
     _context = context;
 }