コード例 #1
0
ファイル: TopicService.cs プロジェクト: zzdxpq007/xms
 public bool DeleteById(Guid id)
 {
     return(_topicRepository.DeleteById(id));
 }