C# Class gtbweb.Areas.Identity.Pages.Account.RegisterModel

Inheritance: PageModel
Exibir arquivo Open project: shendongnian/code

Public Methods

Method Description
ConfigureServices ( IServiceCollection services ) : void
RegisterModel ( IEmailSender emailSender, AboutDbContext theContext )

Method Details

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void

RegisterModel() public method

public RegisterModel ( IEmailSender emailSender, AboutDbContext theContext )
emailSender IEmailSender
theContext AboutDbContext