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