예제 #1
0
 public Day1(IInputFetcher?inputFetcher = null)
 {
     _inputFetcher = inputFetcher ?? new InputFetcher();
 }
예제 #2
0
 public DayTemplate(IInputFetcher?inputFetcher = null)
 {
     _inputFetcher = inputFetcher ?? new InputFetcher();
 }