コード例 #1
0
ファイル: Futar.cs プロジェクト: lengyelnorbi/MVCPizza
 public void update(Futar modified)
 {
     this.name        = modified.getName();
     this.address     = modified.getAddress();
     this.phonenumber = modified.getPhonenumber();
     this.email       = modified.getEmail();
 }
コード例 #2
0
 public void update(Futar modified)
 {
     this.name = modified.getName();
     this.tel  = modified.getTel();
 }