public OperationsController()
 {
     _hourlySpotPriceRepository = new HourlySpotPriceRepository();
 }
示例#2
0
 public HourlyController()
 {
     _hourlySpotPriceRepository = new HourlySpotPriceRepository();
 }