using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanFunctionsAnticrashRotationTemplate : ITemplateParameters { public string SheetName => "Противоаварийное вращение"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanFunctionsAnticrashRotationTemplate.xlsx"; public IDictionary<string, Cell> Cells => new Dictionary<string, Cell> { }; }