Moved to models
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using File_Folder_Helper.Models;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace File_Folder_Helper.Helpers;
|
||||
@ -37,7 +38,7 @@ internal static class HelperKanbanMetadata
|
||||
return results;
|
||||
}
|
||||
|
||||
internal static void SetMetadata(ILogger log, Models.AppSettings appSettings, string sourceDirectory)
|
||||
internal static void SetMetadata(ILogger log, AppSettings appSettings, string sourceDirectory)
|
||||
{
|
||||
string statusLine;
|
||||
List<string> lines;
|
||||
|
Reference in New Issue
Block a user