Esempio n. 1
0
 public Boolean EliminarDB(ct_Grupocble_Info info, ref string mensaje)
 {
     try
     {
         ct_Grupocble_Data data = new ct_Grupocble_Data();
         return(data.EliminarDB(info, ref mensaje));
     }
     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("", "EliminarDB", ex.Message), ex)
               {
                   EntityType = typeof(ct_Grupocble_Bus)
               };
     }
 }