Example #1
0
 public void Post([FromBody] algoCategory algoCategory)
 {
     algoCategory.InsertalgoCategory();
 }
Example #2
0
        public List <algoCategory> Get()
        {
            algoCategory newalgoCategory = new algoCategory();

            return(newalgoCategory.getalgoCategoryList());
        }