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