コード例 #1
0
 public int DeleteUser(string userId)
 {
     return(_user.DeleteUser(userId));
 }