コード例 #1
0
 public string SetCustomerUserStatus(Guid userID)
 {
     CustomerUser u = new CustomerUser().Get(userID);
     u.activate();
     return "";
 }