コード例 #1
0
 public async Task <IEnumerable <xcuda_Border_office> > Searchxcuda_Border_office(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Border_officeService())
     {
         return(await ctx.Getxcuda_Border_officeByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
コード例 #2
0
 public async Task Savexcuda_Border_office(xcuda_Border_office i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Border_officeService())
     {
         await ctx.Updatexcuda_Border_office(i).ConfigureAwait(false);
     }
 }