Exemple #1
0
        public IDocumentMapping MappingFor(Type documentType)
        {
            if (documentType == typeof(IEvent))
            {
                return(_eventQuery.Value);
            }

            return(StoreOptions.FindMapping(documentType));
        }
Exemple #2
0
 public IDocumentMapping MappingFor(Type documentType)
 {
     return(StoreOptions.FindMapping(documentType));
 }