Exemplo n.º 1
0
        public int UpdateDataUserRepeatSecReact([FromBody] UserInSection userInSection)
        {
            UserInSection user = new UserInSection();

            return(user.UpdateDataUserRepeatSecReact(userInSection));
        }
Exemplo n.º 2
0
        public List <UserInSection> GetUserInSectionReact(int userId, int classVersion, int classId)
        {
            UserInSection userInSection = new UserInSection();

            return(userInSection.GetUserInSectionReact(userId, classVersion, classId));
        }