Exemple #1
0
 public void Update(IAccountUpdateIo input)
 {
     this.AllowEndTime   = input.AllowEndTime;
     this.AllowStartTime = input.AllowStartTime;
     this.AuditState     = input.AuditState;
     this.Description    = input.Description;
     this.IsEnabled      = input.IsEnabled;
     this.LockEndTime    = input.LockEndTime;
     this.LockStartTime  = input.LockStartTime;
     this.Code           = input.Code;
     this.Email          = input.Email;
     this.Mobile         = input.Mobile;
     this.Name           = input.Name;
     this.Nickname       = input.Nickname;
     this.CatalogCode    = input.CatalogCode;
     this.Qq             = input.Qq;
     this.QuickQuery     = input.QuickQuery;
     this.QuickQuery1    = input.QuickQuery1;
     this.QuickQuery2    = input.QuickQuery2;
     this.Telephone      = input.Telephone;
     this.BlogUrl        = input.BlogUrl;
 }
Exemple #2
0
 public void Update(IAccountUpdateIo input)
 {
     this.AllowEndTime = input.AllowEndTime;
     this.AllowStartTime = input.AllowStartTime;
     this.AuditState = input.AuditState;
     this.Description = input.Description;
     this.IsEnabled = input.IsEnabled;
     this.LockEndTime = input.LockEndTime;
     this.LockStartTime = input.LockStartTime;
     this.Code = input.Code;
     this.Email = input.Email;
     this.Mobile = input.Mobile;
     this.Name = input.Name;
     this.Nickname = input.Nickname;
     this.CatalogCode = input.CatalogCode;
     this.Qq = input.Qq;
     this.QuickQuery = input.QuickQuery;
     this.QuickQuery1 = input.QuickQuery1;
     this.QuickQuery2 = input.QuickQuery2;
     this.Telephone = input.Telephone;
     this.BlogUrl = input.BlogUrl;
 }