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