Files
xFileService/Interfaces/IXFileProviderController.cs
T
2026-05-28 07:32:46 +03:30

12 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace xFileService.Interfaces
{
public interface IXFileProviderController
{
}
}