using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanTFOrientationTemplate : ITemplateParameters { public string SheetName => "Выставление"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanTFOrientationTemplate.xlsx"; public IDictionary Cells => new Dictionary { }; }