コード例 #1
0
 public GetOptimizedCatchDataByDate(IActionContextAccessor actionContextAccessor, FangstanalyseContext context,
                                    IConfiguration configuration)
 {
     _actionContextAccessor = actionContextAccessor;
     _context       = context;
     _configuration = configuration;
 }
コード例 #2
0
 public GetWindData(IActionContextAccessor actionContextAccessor, FangstanalyseContext context, IHostingEnvironment hostingEnvironment, IConfiguration configuration)
 {
     _actionContextAccessor = actionContextAccessor;
     _context                = context;
     _hostingEnvironment     = hostingEnvironment;
     _configuration          = configuration;
     _windRepositoryLocation = _configuration.GetSection("DataPaths").GetValue <string>("MonthlyAverageWindRepositoryRootPath");
 }
コード例 #3
0
 public GetDetailedFilteredCatchData(IActionContextAccessor actionContextAccessor, FangstanalyseContext context)
 {
     _actionContextAccessor = actionContextAccessor;
     _context = context;
 }