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