C# 클래스 Core.AnimalService

상속: IAnimalService
파일 보기 프로젝트 열기: upnxt/upnxt-dapper-cqrs

공개 메소드들

메소드 설명
AnimalService ( IDatabase database ) : System.Collections.Generic
GetAllAnimals ( ) : IEnumerable
GetAnimalsByCommonName ( CommonName commonName ) : IEnumerable
Save ( Animal animal ) : void

메소드 상세

AnimalService() 공개 메소드

public AnimalService ( IDatabase database ) : System.Collections.Generic
database IDatabase
리턴 System.Collections.Generic

GetAllAnimals() 공개 메소드

public GetAllAnimals ( ) : IEnumerable
리턴 IEnumerable

GetAnimalsByCommonName() 공개 메소드

public GetAnimalsByCommonName ( CommonName commonName ) : IEnumerable
commonName CommonName
리턴 IEnumerable

Save() 공개 메소드

public Save ( Animal animal ) : void
animal Animal
리턴 void