示例#1
0
 public async Task <IEnumerable <xcuda_Valuation> > Searchxcuda_Valuation(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_ValuationService())
     {
         return(await ctx.Getxcuda_ValuationByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
示例#2
0
 public async Task Savexcuda_Valuation(xcuda_Valuation i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_ValuationService())
     {
         await ctx.Updatexcuda_Valuation(i).ConfigureAwait(false);
     }
 }