示例#1
0
 public RainfallController(IConfiguration config)
 {
     _model = new RainfallRepository(config);
 }