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