C# Class EntityFrameworkChallenge.Main

Afficher le fichier Open project: code-check/challenge-entity-framework

Méthodes publiques

Méthode Description
CountUsers ( string filter ) : int
FindUserByZipcode ( string zipcode ) : User
ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[]

Method Details

CountUsers() public méthode

public CountUsers ( string filter ) : int
filter string
Résultat int

FindUserByZipcode() public méthode

public FindUserByZipcode ( string zipcode ) : User
zipcode string
Résultat EntityFrameworkChallenge.Models.User

ListParticipantsByCreatorFirstname() public méthode

public ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[]
name string
Résultat EntityFrameworkChallenge.Models.User[]