Пример #1
0
        public int login(Student T)
        {
            var log = studentDAL.login(T);

            return(log);
        }