refactor(*): Rename to Creek.FileRepository

This commit is contained in:
Josh Creek
2021-08-30 13:29:49 +01:00
parent 0fe9924f5b
commit 615994a68d
15 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
using FileRepository;
using FileRepository.Models;
using Creek.FileRepository;
using Creek.FileRepository.Models;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json.Linq;
using NUnit.Framework;