示例#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();
 }