コード例 #1
0
 public async Task <bool> DeleteFormQuestion(int id)
 {
     return(await _consultingRepository.DeleteFormQuestion(id));
 }