Beispiel #1
0
 public async Task AddDogAsync(Dog dog)
 {
     dogsRepository.Add(dog);
     await dogsRepository.TryAndSaveChangesAsync();
 }