예제 #1
0
 public void SetNom(string name, string oldn, int id)
 {
     db.updatedname(name, oldn, id);
     nom = name;
 }