Beispiel #1
0
 public HomeController(IWriter writer, IOptions <ControllerAndRoutesConfiguration> config, BookContext bookContext)
 {
     _writer      = writer;
     _config      = config.Value;
     _bookContext = bookContext;
 }
Beispiel #2
0
 public Class1()
 {
     var config = new ControllerAndRoutesConfiguration();
 }