示例#1
0
 // GET a tag by name
 public Tag GetOneByName(string tagname)
 {
     return(_repo.GetOneByName(tagname));
 }