C# Class MyStory.Helpers.MyStoryContextExtension

Afficher le fichier Open project: RayKwon/MyStory

Méthodes publiques

Méthode Description
SelectUserByEmail ( this context, string email ) : MyStory.Models.Account

Method Details

SelectUserByEmail() public static méthode

public static SelectUserByEmail ( this context, string email ) : MyStory.Models.Account
context this
email string
Résultat MyStory.Models.Account