Example #1
0
 public async Task Savexcuda_Weight_itm(xcuda_Weight_itm i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Weight_itmService())
     {
         await ctx.Updatexcuda_Weight_itm(i).ConfigureAwait(false);
     }
 }