Exemple #1
0
 private bool MachineExists(int id)
 {
     return(_machineService.Exists(id));
 }