Example #1
0
 public async Task <IEnumerable <xcuda_Forms> > Searchxcuda_Forms(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_FormsService())
     {
         return(await ctx.Getxcuda_FormsByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Example #2
0
 public async Task Savexcuda_Forms(xcuda_Forms i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_FormsService())
     {
         await ctx.Updatexcuda_Forms(i).ConfigureAwait(false);
     }
 }