Exemple #1
0
 public bool AnularDB(in_transferencia_Info info)
 {
     try
     {
         return(oData_Transferencia.AnularDB(info));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "GuardarTransferecia", ex.Message), ex)
               {
                   EntityType = typeof(in_transferencia_bus)
               };
     }
 }