Exemple #1
0
        internal DataTable GetErrors()
        {
            Dao dao = new Dao();

            return(dao.GetErrors());
        }