public async Task <IEnumerable <xcuda_Exporter> > Searchxcuda_Exporter(List <string> lst, List <string> includeLst = null) { using (var ctx = new xcuda_ExporterService()) { return(await ctx.Getxcuda_ExporterByExpressionLst(lst, includeLst).ConfigureAwait(false)); } }
public async Task Savexcuda_Exporter(xcuda_Exporter i) { if (i == null) { return; } using (var ctx = new xcuda_ExporterService()) { await ctx.Updatexcuda_Exporter(i).ConfigureAwait(false); } }