websitepanel/WebsitePanel/Sources/WebsitePanel.WebDav.Core/Interfaces/Owa/ICobaltManager.cs
2015-01-30 00:28:47 -08:00

10 lines
No EOL
215 B
C#

using System.IO;
using Cobalt;
namespace WebsitePanel.WebDav.Core.Interfaces.Owa
{
public interface ICobaltManager
{
Atom ProcessRequest(int accessTokenId, Stream requestStream);
}
}