コード例 #1
0
 public async Task <bool> DeleteService(long id)
 {
     return(await _service.DeleteService(id));
 }