Esempio n. 1
0
        //Search Entities

        public async Task <IEnumerable <AsycudaDocumentEntryData> > SearchAsycudaDocumentEntryData(List <string> lst, List <string> includeLst = null)
        {
            using (var ctx = new AsycudaDocumentEntryDataService())
            {
                return(await ctx.GetAsycudaDocumentEntryDatasByExpressionLst(lst, includeLst).ConfigureAwait(false));
            }
        }