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