public async Task <IEnumerable <xcuda_Weight> > Searchxcuda_Weight(List <string> lst, List <string> includeLst = null) { using (var ctx = new xcuda_WeightService()) { return(await ctx.Getxcuda_WeightByExpressionLst(lst, includeLst).ConfigureAwait(false)); } }
public async Task Savexcuda_Weight(xcuda_Weight i) { if (i == null) { return; } using (var ctx = new xcuda_WeightService()) { await ctx.Updatexcuda_Weight(i).ConfigureAwait(false); } }