Ejemplo n.º 1
0
 public async Task <IEnumerable <xcuda_Financial_Guarantee> > Searchxcuda_Financial_Guarantee(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Financial_GuaranteeService())
     {
         return(await ctx.Getxcuda_Financial_GuaranteeByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Ejemplo n.º 2
0
 public async Task Savexcuda_Financial_Guarantee(xcuda_Financial_Guarantee i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Financial_GuaranteeService())
     {
         await ctx.Updatexcuda_Financial_Guarantee(i).ConfigureAwait(false);
     }
 }