public async Task <IEnumerable <xcuda_Property> > Searchxcuda_Property(List <string> lst, List <string> includeLst = null) { using (var ctx = new xcuda_PropertyService()) { return(await ctx.Getxcuda_PropertyByExpressionLst(lst, includeLst).ConfigureAwait(false)); } }
public async Task Savexcuda_Property(xcuda_Property i) { if (i == null) { return; } using (var ctx = new xcuda_PropertyService()) { await ctx.Updatexcuda_Property(i).ConfigureAwait(false); } }