🐛 Fix bug while searching for the user sid
This commit is contained in:
parent
c7d2a2c4fe
commit
5a460e1ba0
16 changed files with 350 additions and 45 deletions
|
|
@ -2,12 +2,14 @@
|
|||
|
||||
namespace AmagnoVirtualPrinter.Agent.Core.Model
|
||||
{
|
||||
public struct SessionInfo : ISessionInfo
|
||||
public class SessionInfo : ISessionInfo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Desktop { get; set; }
|
||||
|
||||
public string Sid { get; set; }
|
||||
|
||||
public bool FoundDomain { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue