Beispiel #1
0
 public bool Update(AnimalType currentElement)
 {
     try
     {
         AnimalDAL animalDal = new AnimalDAL();
         return(animalDal.UpdateAnimalType(currentElement));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }