Exemplo n.º 1
0
 private long GetNextId()
 {
     try
     {
         return(SapAuctionService.GetNextId());
     }
     catch
     {
         return(0);
     }
 }