(IConfiguration configuration)
| 11 | public class Startup |
| 12 | { |
| 13 | public Startup(IConfiguration configuration) |
| 14 | { |
| 15 | Configuration = configuration; |
| 16 | } |
| 17 | |
| 18 | public IConfiguration Configuration { get; } |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected