Beispiel #1
0
 public async Task AddCabinetToPhone(Phone phone, Cabinet cabinet)
 {
     await _repository.AddCabinetToPhone(phone, cabinet);
 }