コード例 #1
0
 public bool RemoveTag(int id, int tagId)
 {
     return(_dealRepository.RemoveTag(id, tagId));
 }