blob: e0a47041c6b9ad37635112623304473827d8e660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
<using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.PPC.Common.FileSystem
{
/// <summary>
/// Represents a PPC file system remote service.
/// </summary>
/// <seealso cref="Tango.PPC.Common.IPPCService" />
public interface IFileSystemService : IPPCService
{ |