public async Task <IEnumerable <xcuda_receipt> > Searchxcuda_receipt(List <string> lst, List <string> includeLst = null) { using (var ctx = new xcuda_receiptService()) { return(await ctx.Getxcuda_receiptByExpressionLst(lst, includeLst).ConfigureAwait(false)); } }
public async Task Savexcuda_receipt(xcuda_receipt i) { if (i == null) { return; } using (var ctx = new xcuda_receiptService()) { await ctx.Updatexcuda_receipt(i).ConfigureAwait(false); } }