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