Beispiel #1
0
 public ThreadSession(int id = 0)
 {
     Id = id;
     Context = new CaseContext();
 }
Beispiel #2
0
 public ThreadSession(int id = 0)
 {
     Id      = id;
     Context = new CaseContext();
 }