public async Task <IEnumerable <xcuda_Border_information> > Searchxcuda_Border_information(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Border_informationService())
     {
         return(await ctx.Getxcuda_Border_informationByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
 public async Task Savexcuda_Border_information(xcuda_Border_information i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Border_informationService())
     {
         await ctx.Updatexcuda_Border_information(i).ConfigureAwait(false);
     }
 }