Example #1
0
 public int UpdateCarPark()
 {
     try
     {
         OtherCostDL.UpdateCarPark(this);
     }
     catch (Exception e)
     {
         throw e;
     }
     return(0);
 }