Exemple #1
0
 public HistoricConditionsController(IHistoricConditionsService historicConditionsService)
 {
     _historicConditionsService = historicConditionsService ?? throw new ArgumentNullException(nameof(historicConditionsService));
 }
 public HistoricConditionsController(IHistoricConditionsService historicConditionsService)
 {
     _historicConditionsService = historicConditionsService;
 }