예제 #1
0
 public EntrantController(IEntrantService entrantService)
 {
     _entrantService = entrantService;
 }
예제 #2
0
 public EntrantController(IEntrantService entrantService)
 {
     _entrantService = entrantService;
     _logger         = LogManager.GetCurrentClassLogger();
 }