コード例 #1
0
 public WeatherReportController(ILogger <WeatherReportController> logger, IWeatherReportDataService dataService)
 {
     this.DataService = dataService;
     this.logger      = logger;
 }
コード例 #2
0
 public WeatherReportControllerService(NavigationManager navmanager, IConfiguration appconfiguration, IWeatherReportDataService DataService) : base(appconfiguration, navmanager)
 {
     this.Service           = DataService;
     this.DefaultSortColumn = "ID";
 }