using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanOperationPositioningOffTheBottomTemplate : ITemplateParameters { public string SheetName => "Позиционирование над забоем"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanOperationPositioningOffTheBottomTemplate.xlsx"; public IDictionary Cells => new Dictionary { }; }