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