using AsbCloudApp.Data;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace AsbCloudApp.Services
{
///
/// Сервис рапортов
///
public interface IReportService
{
///
/// категория рапорта
///
int ReportCategoryId { get; }
///
/// Поставить рапорт в очередь на формирование
///
///
///
///
///
///
///
///
///
string EnqueueCreateReportWork(int idWell, int idUser, int stepSeconds,
int format, DateTime begin, DateTime end,
Action