Пример #1
0
 public StorageTmp()
 {
     this.user    = new UserStorageTmp(this);
     this.account = new AccountStorageTmp(this);
     this.list    = new ListStorageTmp(this);
     this.msg     = new MsgStorageTmp(this);
 }
Пример #2
0
 public StorageTmp()
 {
     this.user = new UserStorageTmp(this);
     this.account = new AccountStorageTmp(this);
     this.list = new ListStorageTmp(this);
     this.msg = new MsgStorageTmp(this);
 }