mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-09 11:23:38 -04:00
8 lines
110 B
C#
8 lines
110 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
internal interface IPrivilegedAction<T>
|
|
{
|
|
T Run();
|
|
}
|
|
}
|