示例#1
0
 public Boolean UpdateTransportistaOVsByNVIA(Nullable <Int32> x_NVIA_Codigo, Nullable <Int32> x_ENTC_CodTransportista)
 {
     try
     {
         return(BL_NaveViaje.UpdateTransportistaOVs(x_NVIA_Codigo, x_ENTC_CodTransportista));
     }
     catch (Exception)
     { throw; }
 }