예제 #1
0
파일: User.cs 프로젝트: maoyuan121/Updog.in
 public void Update(UserUpdate update)
 {
     Email = update.Email;
 }