Exemple #1
0
 public bool CerrarOC(int IdEmpresa, int IdSucursal, decimal IdOrdenCompra, string IdUsuarioUltMod)
 {
     try
     {
         return(BusOC.CerrarOC(IdEmpresa, IdSucursal, IdOrdenCompra, IdUsuarioUltMod));
     }
     catch (Exception)
     {
         throw;
     }
 }