Exemple #1
0
        public CertBatchFilterCommand(CertificateBatchFilter filter, bool includeAll)
        {
            _filter = filter;

            _includeAll = includeAll;
        }
 public async Task <IList <CertificateBatch> > BatchFilter(CertificateBatchFilter filter,
                                                           bool includeAll)
 {
     return(await Execute(new CertBatchFilterCommand(filter, includeAll)));
 }