Esempio n. 1
0
 public bool UpdateBird(Bird bird)
 {
     _birdRepository.UpdateBird(BirdDto.FromBirdModelToBirdData(bird));
     return(true);
 }