Inheritance: IMsgStorage
Ejemplo n.º 1
0
 public StorageTmp()
 {
     this.user    = new UserStorageTmp(this);
     this.account = new AccountStorageTmp(this);
     this.list    = new ListStorageTmp(this);
     this.msg     = new MsgStorageTmp(this);
 }
Ejemplo n.º 2
0
 public StorageTmp()
 {
     this.user = new UserStorageTmp(this);
     this.account = new AccountStorageTmp(this);
     this.list = new ListStorageTmp(this);
     this.msg = new MsgStorageTmp(this);
 }