コード例 #1
0
 public bool DeleteUserAccount(int id, int userId)
 {
     return(_manageUserRepository.DeleteUserAccount(id, userId));
 }