Method | Description | |
---|---|---|
AnimalService ( IDatabase database ) : System.Collections.Generic | ||
GetAllAnimals ( ) : IEnumerable |
||
GetAnimalsByCommonName ( CommonName commonName ) : IEnumerable |
||
Save ( Animal animal ) : void |
public AnimalService ( IDatabase database ) : System.Collections.Generic | ||
database | IDatabase | |
return | System.Collections.Generic |
public GetAnimalsByCommonName ( CommonName commonName ) : IEnumerable |
||
commonName | CommonName | |
return | IEnumerable |