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