コード例 #1
0
 public void Post([FromBody] algoUser_Category algoUser_Category) //<<
 {
     algoUser_Category.InsertalgoUser_Category();
 }
コード例 #2
0
        public List <algoUser_Category> Get()
        {
            algoUser_Category newalgoUser_Category = new algoUser_Category();

            return(newalgoUser_Category.getalgoUser_CategoryList());
        }