using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanFunctionsShockTestTemplate : ITemplateParameters { public string SheetName => "Запись shock test"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanFunctionsShockTestTemplate.xlsx"; public IDictionary Cells => new Dictionary { }; }