예제 #1
0
 public async Task <IEnumerable <xcuda_Gs_internal_freight> > Searchxcuda_Gs_internal_freight(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Gs_internal_freightService())
     {
         return(await ctx.Getxcuda_Gs_internal_freightByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
예제 #2
0
 public async Task Savexcuda_Gs_internal_freight(xcuda_Gs_internal_freight i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Gs_internal_freightService())
     {
         await ctx.Updatexcuda_Gs_internal_freight(i).ConfigureAwait(false);
     }
 }