public EventReadPageByCipherIdQuery(Table.Cipher cipher, DateTime startDate, DateTime endDate, DateTime?beforeDate, PageOptions pageOptions) { _cipher = cipher; _startDate = startDate; _endDate = endDate; _beforeDate = beforeDate; _pageOptions = pageOptions; }
public CipherUpdateCollectionsQuery(Table.Cipher cipher, IEnumerable <Guid> collectionIds) { _cipher = cipher; _collectionIds = collectionIds; }
public UserBumpAccountRevisionDateByCipherIdQuery(Table.Cipher cipher) { _cipher = cipher; }