示例#1
0
 /** Delete a computer */
 public bool DeleteComputer(string macAddress)
 {
     return(_dataBaseService.DeleteComputer(macAddress));
 }