示例#1
0
        public void Post([FromBody] ImgStudent StudentImage)
        {
            ImgStudent pic = new ImgStudent();

            pic.insertPic(StudentImage);
        }
示例#2
0
        public void Post([FromBody] ImgStudent img)
        {
            ImgStudent pic = new ImgStudent();

            pic.insertPic(img);
        }