Beispiel #1
0
 public bool HasTag(TagModel tag)
 {
     return RinDB.HasTag(id, tag.id);
 }
Beispiel #2
0
 public ImageModel AddTag(TagModel tag)
 {
     RinDB.AddTag(id, tag.id);
     return this;
 }