public MsgStorageTmp(StorageTmp storage) { dico_idaccount_listIdMess = new SortedDictionary <Guid, List <Guid> >(); dico_idMess_mess = new SortedDictionary <Guid, Message>(); motherStorage = storage; }
public AccountStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary<Guid, IAccountInfo>(); dico_name_id = new Dictionary<string, Guid>(); dico_user_idaccounts = new Dictionary<Guid, HashSet<Guid>>(); dico_id_users = new Dictionary<Guid, HashSet<Guid>>(); }
public AccountStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary <Guid, IAccountInfo>(); dico_name_id = new Dictionary <string, Guid>(); dico_user_idaccounts = new Dictionary <Guid, HashSet <Guid> >(); dico_id_users = new Dictionary <Guid, HashSet <Guid> >(); }
static void Main(string[] args) { StorageTmp DB = new StorageTmp(); DB.InitWithStupidData(); DB.afficheDebug(); Console.ReadLine(); }
public ListStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary <Guid, IListInfo>(); dico_id_idaccounts = new Dictionary <Guid, HashSet <Guid> >(); dico_id_idowner = new Dictionary <Guid, Guid>(); dico_idaccount_idperslist = new Dictionary <Guid, Guid>(); dico_idaccount_idownedlists = new Dictionary <Guid, HashSet <Guid> >(); dico_id_idfollowers = new Dictionary <Guid, HashSet <Guid> >(); dico_idaccount_idFollowedLists = new Dictionary <Guid, HashSet <Guid> >(); }
public UserStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary<Guid, UserInfo>(); dico_login_id = new Dictionary<string, Guid>(); }
public MsgStorageTmp(StorageTmp storage) { dico_idaccount_listIdMess = new SortedDictionary<Guid,List<Guid>>(); dico_idMess_mess = new SortedDictionary<Guid, Message>(); motherStorage = storage; }
public ListStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary<Guid, IListInfo>(); dico_id_idaccounts = new Dictionary<Guid, HashSet<Guid>>(); dico_id_idowner = new Dictionary<Guid, Guid>(); dico_idaccount_idperslist = new Dictionary<Guid, Guid>(); dico_idaccount_idownedlists = new Dictionary<Guid, HashSet<Guid>>(); dico_id_idfollowers = new Dictionary<Guid, HashSet<Guid>>(); dico_idaccount_idFollowedLists = new Dictionary<Guid,HashSet<Guid>>(); }
public UserStorageTmp(StorageTmp storage) { motherStorage = storage; dico_id_info = new Dictionary <Guid, UserInfo>(); dico_login_id = new Dictionary <string, Guid>(); }