Exemplo n.º 1
0
        public string Professor_urm_Add_ProfessorID(string ProfessorID, string UserName, string PW)
        {
            Staffdal t = new Staffdal();

            return(t.Professor_urm_Add_ProfessorID(ProfessorID, UserName, PW));
        }