コード例 #1
0
 /**
  * Inserts a tag into the database
  *
  * @param aTag
  */
 public void insertTag(Tag aTag) {
   tagRepository.insert(aTag);
 }