public Boolean ModificarDB(cp_codigo_SRI_tipo_Info info)
 {
     try
     {
         cp_codigo_SRI_tipo_Data data = new cp_codigo_SRI_tipo_Data();
         return(data.ModificarDB(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("", "ModificarDB", ex.Message), ex)
               {
                   EntityType = typeof(cp_codigo_SRI_tipo_Bus)
               };
     }
 }
 public List <cp_codigo_SRI_tipo_Info> Get_List_codigo_SRI_tipo()
 {
     try
     {
         cp_codigo_SRI_tipo_Data tp_data_ = new cp_codigo_SRI_tipo_Data();
         return(tp_data_.Get_List_codigo_SRI_tipo());
     }
     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("", "Get_List_codigo_SRI_tipo", ex.Message), ex)
               {
                   EntityType = typeof(cp_codigo_SRI_tipo_Bus)
               };
     }
 }