using System.Collections.Generic; namespace AsbCloudInfrastructure.Services.ExcelServices.Templates.ProcessMapPlanTemplates; public class ProcessMapPlanOperationSwitchingToTheModeTemplate : ITemplateParameters { public string SheetName => "Выход на плановый расход"; public int HeaderRowsCount => 2; public string FileName => "ProcessMapPlanOperationSwitchingToTheModeTemplate.xlsx"; public IDictionary Cells => new Dictionary { }; }