예제 #1
0
 public void SetUp()
 {
     _sut = new EngineersService();
 }
예제 #2
0
 public EngineersController(IEngineersService ecService, IMapper mapper, IOptions <AppSettings> appSettings)
 {
     _EngineersService = ecService;
     _appSettings      = appSettings.Value;
 }