コード例 #1
0
 public void Update(User user)
 {
     try {
         _plugin.Update(user);
     } catch (Exception ex) {
         throw new UserAdapterException(ex.ToString());
     }
 }
コード例 #2
0
 public void Update(User user)
 {
     _plugin.Update(user);
 }