예제 #1
0
 public virtual void ApplyEntity(AccountResponse account)
 {
     this.AccountId        = account.AccountId;
     this.AccountName      = account.AccountName;
     this.Name             = account.Name;
     this.ProfileImage     = account.ProfileImage;
     this.ProfileThumbnail = account.ProfileThumbnail;
     this.Sex         = account.Sex;
     this.IdentityNum = account.IdentityNum;
     this.PhoneNum    = account.PhoneNum;
     this.Email       = account.Email;
 }
예제 #2
0
 public virtual void ApplyEntity(AccountResponse account)
 {
     this.AccountId = account.AccountId;
     this.AccountName = account.AccountName;
     this.Name = account.Name;
     this.ProfileImage = account.ProfileImage;
     this.ProfileThumbnail = account.ProfileThumbnail;
     this.Sex = account.Sex;
     this.IdentityNum = account.IdentityNum;
     this.PhoneNum = account.PhoneNum;
     this.Email = account.Email;
 }
예제 #3
0
 public override void ApplyEntity(AccountResponse account)
 {
     base.ApplyEntity(account);
 }
예제 #4
0
 public override void ApplyEntity(AccountResponse account)
 {
     this.Token = account.Token;
     this.LastLoginDateTime = account.LastLoginDateTime;
     base.ApplyEntity(account);
 }
예제 #5
0
 public override void ApplyEntity(AccountResponse account)
 {
     this.Token             = account.Token;
     this.LastLoginDateTime = account.LastLoginDateTime;
     base.ApplyEntity(account);
 }