diff --git a/AsbCloudApp/Services/IReportService.cs b/AsbCloudApp/Services/IReportService.cs
index 85d72020..23d34b31 100644
--- a/AsbCloudApp/Services/IReportService.cs
+++ b/AsbCloudApp/Services/IReportService.cs
@@ -1,4 +1,5 @@
using AsbCloudApp.Data;
+using AsbCloudApp.Requests;
using System;
using System.Collections.Generic;
using System.Threading;
@@ -11,24 +12,16 @@ namespace AsbCloudApp.Services
///
public interface IReportService
{
- ///
- /// категория рапорта
- ///
- int ReportCategoryId { get; }
///
/// Поставить рапорт в очередь на формирование
///
///
///
- ///
- ///
- ///
- ///
+ ///
///
///
- string EnqueueCreateReportWork(int idWell, int idUser, int stepSeconds,
- int format, DateTime begin, DateTime end,
+ string EnqueueCreateReportWork(int idWell, int idUser, ReportParametersRequest request,
Action