Esempio n. 1
0
 /// <inheritdoc />
 public Task <bool> DeleteBedAsync(string id)
 {
     return(_bedRepository.DeleteByIdAsync(id));
 }