Esempio n. 1
0
 public async Task <IEnumerable <xcuda_Gs_deduction> > Searchxcuda_Gs_deduction(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Gs_deductionService())
     {
         return(await ctx.Getxcuda_Gs_deductionByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Esempio n. 2
0
 public async Task Savexcuda_Gs_deduction(xcuda_Gs_deduction i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Gs_deductionService())
     {
         await ctx.Updatexcuda_Gs_deduction(i).ConfigureAwait(false);
     }
 }