Beispiel #1
0
        public int InserirColunista(DTOPerfil colunista)
        {
            DALPerfil DALCom = new DALPerfil();

            try
            {
                return(DALCom.Insert(colunista));
            }
            catch (Exception)
            {
                throw;
            }
        }