diff --git a/AsbCloudInfrastructure/AsbCloudInfrastructure.csproj b/AsbCloudInfrastructure/AsbCloudInfrastructure.csproj index 66fc03fd..e6a5edcb 100644 --- a/AsbCloudInfrastructure/AsbCloudInfrastructure.csproj +++ b/AsbCloudInfrastructure/AsbCloudInfrastructure.csproj @@ -35,7 +35,7 @@ - + diff --git a/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapImportTemplate.xlsx b/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapImportTemplate.xlsx deleted file mode 100644 index bffc07c7..00000000 Binary files a/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapImportTemplate.xlsx and /dev/null differ diff --git a/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanImportService.cs b/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanImportService.cs index b98daa66..ae2ddd84 100644 --- a/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanImportService.cs +++ b/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanImportService.cs @@ -82,7 +82,7 @@ public class ProcessMapPlanImportService : IProcessMapPlanImportService { var resourceName = Assembly.GetExecutingAssembly() .GetManifestResourceNames() - .FirstOrDefault(n => n.EndsWith("ProcessMapImportTemplate.xlsx"))!; + .FirstOrDefault(n => n.EndsWith("ProcessMapPlanTemplate.xlsx"))!; using var stream = Assembly.GetExecutingAssembly() .GetManifestResourceStream(resourceName)!; diff --git a/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanTemplate.xlsx b/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanTemplate.xlsx new file mode 100644 index 00000000..48d2708e Binary files /dev/null and b/AsbCloudInfrastructure/Services/ProcessMap/ProcessMapPlanTemplate.xlsx differ