C# Class MyStory.Helpers.MyStoryContextExtension

Mostrar archivo Open project: RayKwon/MyStory

Public Methods

Method Description
SelectUserByEmail ( this context, string email ) : MyStory.Models.Account

Method Details

SelectUserByEmail() public static method

public static SelectUserByEmail ( this context, string email ) : MyStory.Models.Account
context this
email string
return MyStory.Models.Account