Exemplo n.º 1
0
 public Tenant()
 {
     _issuerId = GuidEncoder.NewShortGuid();
     _accounts = new List <Account>();
 }