Exemple #1
0
 public SystemStatisticsController(ISystemStatisticsService systemStatisticsService)
 {
     Argument.NotNull(systemStatisticsService, "systemStatustucsService");
     _systemStatisticsService = systemStatisticsService;
 }
 public SystemStatisticsController(ISystemStatisticsService systemStatisticsService)
 {
     Argument.NotNull(systemStatisticsService, "systemStatustucsService");
     _systemStatisticsService = systemStatisticsService;
 }