Exemple #1
0
 public decimal GetId(int IdEmpresa, int IdSucursal)
 {
     try
     {
         return(BusOC.GetId(IdEmpresa, IdSucursal));
     }
     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("", "GetId", ex.Message), ex)
               {
                   EntityType = typeof(com_ordencompra_local_Bus)
               };
     }
 }