예제 #1
0
 public async Task <IEnumerable <xcuda_Means_of_transport> > Searchxcuda_Means_of_transport(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Means_of_transportService())
     {
         return(await ctx.Getxcuda_Means_of_transportByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
예제 #2
0
 public async Task Savexcuda_Means_of_transport(xcuda_Means_of_transport i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Means_of_transportService())
     {
         await ctx.Updatexcuda_Means_of_transport(i).ConfigureAwait(false);
     }
 }