feat(*): Add the SftpRepository to the factory

This commit is contained in:
Josh Creek
2021-08-30 00:31:48 +01:00
parent bc4decc617
commit 5138cca9b0
+4 -3
View File
@@ -1,4 +1,5 @@
using System;
using FileRepository.Repositories;
using System;
using System.Collections.Generic;
using System.Text;
@@ -58,8 +59,8 @@ namespace FileRepository
//case RepositoryType.S3:
// break;
//case RepositoryType.Sftp:
// break;
case RepositoryType.Sftp:
return new SftpRepository();
//case RepositoryType.Sql:
// break;