11 lines
No EOL
206 B
C#
11 lines
No EOL
206 B
C#
namespace AmagnoVirtualPrinter.Agent.Core.Interfaces
|
|
{
|
|
public interface ISessionInfo
|
|
{
|
|
int Id { get; set; }
|
|
|
|
string Desktop { get; set; }
|
|
|
|
string Sid { get; set; }
|
|
}
|
|
} |