Exemple #1
0
 public FastDBService(IHashEntity _HashEntity, IListEntity _ListEntity, ISingleEntity _SingleEntity,  ITreeEntity _TreeEntity)
 {
     HashEntity = _HashEntity;
     ListEntity = _ListEntity;
     SingleEntity = _SingleEntity;
     TreeEntity = _TreeEntity;
 }
Exemple #2
0
 public ListData(IListEntity <T> entities)
 {
     Entities = entities;
 }