Esempio n. 1
0
 public IActionResult AddArtist(AddCategoryModel model)
 {
     _categoryService.AddArtist(model.Name);
     return(Ok());
 }