public async Task <IEnumerable <xcuda_Suppliers_documents> > Searchxcuda_Suppliers_documents(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Suppliers_documentsService())
     {
         return(await ctx.Getxcuda_Suppliers_documentsByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
 public async Task Savexcuda_Suppliers_documents(xcuda_Suppliers_documents i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Suppliers_documentsService())
     {
         await ctx.Updatexcuda_Suppliers_documents(i).ConfigureAwait(false);
     }
 }