Example #1
0
 public ActionResult <bool> TagExist(string label)
 {
     return(_validateService.ExistTag(label));
 }