C# Class UserManagement.Application.CreateAccountRequest

ファイルを表示 Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

Method Description
CreateAccountRequest ( System.Net.Mail.MailAddress email, string lastname, string firstname, string password, Profile profile ) : System.Net.Mail

Method Details

CreateAccountRequest() public method

public CreateAccountRequest ( System.Net.Mail.MailAddress email, string lastname, string firstname, string password, Profile profile ) : System.Net.Mail
email System.Net.Mail.MailAddress
lastname string
firstname string
password string
profile UserManagement.Domain.Profile
return System.Net.Mail