C# 클래스 EntityFrameworkChallenge.Main

파일 보기 프로젝트 열기: code-check/challenge-entity-framework

공개 메소드들

메소드 설명
CountUsers ( string filter ) : int
FindUserByZipcode ( string zipcode ) : User
ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[]

메소드 상세

CountUsers() 공개 메소드

public CountUsers ( string filter ) : int
filter string
리턴 int

FindUserByZipcode() 공개 메소드

public FindUserByZipcode ( string zipcode ) : User
zipcode string
리턴 EntityFrameworkChallenge.Models.User

ListParticipantsByCreatorFirstname() 공개 메소드

public ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[]
name string
리턴 EntityFrameworkChallenge.Models.User[]