public RegexPuzzleController(IRegexPuzzleService regexPuzzleService)
 {
     this.regexPuzzleService = regexPuzzleService;
 }
Beispiel #2
0
 public RegexPuzzleController(IRegexPuzzleService regexPuzzleService)
 {
     this.regexPuzzleService = regexPuzzleService;
 }