コード例 #1
0
 public void update(UserDTO user)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public void insertUser(UserDTO user)
 {
     throw new System.NotImplementedException();
 }