优化
This commit is contained in:
@@ -47,7 +47,7 @@ namespace WMS.Web.Core.Dto
|
||||
public MailAddress(string name,string email)
|
||||
{
|
||||
this.Name = name;
|
||||
this.Email = Email;
|
||||
this.Email = email;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user