Esempio n. 1
0
 public async Task <IEnumerable <xcuda_Previous_doc> > Searchxcuda_Previous_doc(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Previous_docService())
     {
         return(await ctx.Getxcuda_Previous_docByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Esempio n. 2
0
 public async Task Savexcuda_Previous_doc(xcuda_Previous_doc i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Previous_docService())
     {
         await ctx.Updatexcuda_Previous_doc(i).ConfigureAwait(false);
     }
 }