Method | Description | |
---|---|---|
CountUsers ( string filter ) : int | ||
FindUserByZipcode ( string zipcode ) : |
||
ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[] |
public FindUserByZipcode ( string zipcode ) : |
||
zipcode | string | |
return |
public ListParticipantsByCreatorFirstname ( string name ) : EntityFrameworkChallenge.Models.User[] | ||
name | string | |
return | EntityFrameworkChallenge.Models.User[] |