Example #1
0
 public async Task <OperationResult> Delete(int id)
 {
     return(await _installationService.Delete(id));
 }