diff options
Diffstat (limited to 'CommandLineWrapper/JsonResults/Implements/ShareListResult.cs')
| -rw-r--r-- | CommandLineWrapper/JsonResults/Implements/ShareListResult.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CommandLineWrapper/JsonResults/Implements/ShareListResult.cs b/CommandLineWrapper/JsonResults/Implements/ShareListResult.cs index 4736b81..f309f8c 100644 --- a/CommandLineWrapper/JsonResults/Implements/ShareListResult.cs +++ b/CommandLineWrapper/JsonResults/Implements/ShareListResult.cs @@ -1,5 +1,4 @@ -using CommandLineWrapper; -using CommandLineWrapper.JsonResults; +namespace CommandLineWrapper.JsonResults.Implements; public class ShareListResultGetter : JsonResultGetter<ShareListResult> { @@ -18,4 +17,4 @@ public struct ShareItem public string Sharer { get; set; } public string Description { get; set; } public int FileCount { get; set; } -} +}
\ No newline at end of file |
