Exemplo n.º 1
0
 public async Task <IEnumerable <xcuda_Delivery_terms> > Searchxcuda_Delivery_terms(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Delivery_termsService())
     {
         return(await ctx.Getxcuda_Delivery_termsByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Exemplo n.º 2
0
 public async Task Savexcuda_Delivery_terms(xcuda_Delivery_terms i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Delivery_termsService())
     {
         await ctx.Updatexcuda_Delivery_terms(i).ConfigureAwait(false);
     }
 }