예제 #1
0
 public SimpleQAPrincipal(String id, String name, String session, Int32 inboxCount)
 {
     SimpleQAIdentity = new SimpleQAIdentity(id, name, session, inboxCount);
 }
예제 #2
0
 private SimpleQAPrincipal()
 {
     SimpleQAIdentity = new SimpleQAIdentity();
 }