10 lines
No EOL
215 B
C#
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);
|
|
}
|
|
} |