Exemple #1
0
 public Task DeleteInstallationAsync(Installation installation)
 {
     return(_installationRepository.DeleteAsync(installation));
 }