Example #1
0
 public bool RemoveHashTag(DtoTweet removeHash)
 {
     return(BsHashTag.RemoveHashTag(removeHash));
 }
Example #2
0
 public bool AddHashTag(DtoTweet addHash)
 {
     return(BsHashTag.AddHashTag(addHash));
 }