Beispiel #1
0
 public bool GetAnimalType(bool justValid = true)
 {
     try
     {
         animalTypes = AnimalDAL.GetAnimalTypes(justValid);
         return(true);
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }