public IDocumentMapping MappingFor(Type documentType) { if (documentType == typeof(IEvent)) { return(_eventQuery.Value); } return(StoreOptions.FindMapping(documentType)); }
public IDocumentMapping MappingFor(Type documentType) { return(StoreOptions.FindMapping(documentType)); }