コード例 #1
0
 public async Task <OperationResult> DeleteSecurityGroup(int id)
 {
     return(await _securityGroupService.DeleteSecurityGroup(id));
 }