コード例 #1
0
        public List <Student> ListaStudent()
        {
            var Lista = new List <Student>();

            try
            {
                Lista = oStudentData.Listar();
            }
            catch (Exception)
            {
            }
            return(Lista);
        }