Ejemplo n.º 1
0
 public int Add(Tag tag)
 {
     if (_tagrepo.Exist(tag.Name))
     {
         return(0);
     }
     return(_tagrepo.Add(tag));
 }