コード例 #1
0
 public int UpdateUser(string id, string name, string password)
 {
     return(_userD.UpdateUser(id, name, password));
 }