Skip to content

Commit 24e9792

Browse files
committed
Shell for DirectoryService
1 parent 1d25463 commit 24e9792

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace Abstract.FileSystem
6+
{
7+
public class DirectoryService : IDirectoryService
8+
{
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace Abstract.FileSystem
6+
{
7+
public interface IDirectoryService
8+
{
9+
}
10+
}

0 commit comments

Comments
 (0)