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