Beispiel #1
0
 public void RemoveTagFromEntity(long entityId, string tag)
 {
     tags.RemoveFrom(entityId, tag);
 }