Example #1
0
 public async Task <bool> DeleteCan(int id)
 {
     return(await _restManager.DeleteCanAsync(id));
 }