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