Exemplo n.º 1
0
        public static bool insertStudent(EntityStudent estud)
        {
            bool b = DALStudent.insertStudent(estud);

            return(b);
        }//insertion() call