Beispiel #1
0
 public int UpdateVehicle(VehiclesModel model)
 {
     try
     {
         return(MembersBAL.UpdateVehicle(model));
     }
     catch (Exception exc)
     {
         throw new FaultException <FuneralServiceFault>(new FuneralServiceFault(exc.Message));
     }
 }