Exemplo n.º 1
0
 public async Task <IEnumerable <xcuda_Gs_external_freight> > Searchxcuda_Gs_external_freight(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Gs_external_freightService())
     {
         return(await ctx.Getxcuda_Gs_external_freightByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Exemplo n.º 2
0
 public async Task Savexcuda_Gs_external_freight(xcuda_Gs_external_freight i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Gs_external_freightService())
     {
         await ctx.Updatexcuda_Gs_external_freight(i).ConfigureAwait(false);
     }
 }