Exemple #1
0
 public Tag CreateTag([FromBody] Tag tag)
 {
     return(_repo.CreateOne(tag));
 }