Ejemplo n.º 1
0
        public bool Update(object obj)
        {
            bool blnResult = false;

            try
            { if (objDAL.Update(obj))
              {
                  blnResult = true;
              }
            }
            catch (Exception) { throw; }
            return(blnResult);
        }