Exemple #1
0
 public int UnflagNewstagALL() => News_newstag.DeleteByNews_id(this.Id);
Exemple #2
0
 public int UnflagNewstag(uint?Newstag_id) => News_newstag.Delete(this.Id.Value, Newstag_id.Value);