using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanOperationDeterminationOfOscillationAnglesTemplate : ITemplateParameters { public string SheetName => "Определение углов осцилляции"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanOperationDeterminationOfOscillationAnglesTemplate.xlsx"; public IDictionary Cells => new Dictionary { }; }