Exemple #1
0
 public bool AddTag(int id, string tagName)
 {
     return(_contactRepository.AddTag(id, tagName));
 }