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

Inheritance: PageModel
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
ConfigureServices ( IServiceCollection services ) : void
RegisterModel ( IEmailSender emailSender, AboutDbContext theContext )

Method Details

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void

RegisterModel() public méthode

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