Example #1
0
 public async Task SaveOverShortAllocationsEX(OverShortAllocationsEX i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new OverShortAllocationsEXService())
     {
         await ctx.UpdateOverShortAllocationsEX(i).ConfigureAwait(false);
     }
 }