Exemple #1
0
 public int DeleteInstallation(Installation installation)
 {
     return(_installationRepository.Delete(installation));
 }