コード例 #1
0
 public async Task <IEnumerable <xcuda_Suppliers_link> > Searchxcuda_Suppliers_link(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Suppliers_linkService())
     {
         return(await ctx.Getxcuda_Suppliers_linkByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
コード例 #2
0
 public async Task Savexcuda_Suppliers_link(xcuda_Suppliers_link i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Suppliers_linkService())
     {
         await ctx.Updatexcuda_Suppliers_link(i).ConfigureAwait(false);
     }
 }