Пример #1
0
    public bool AddCandidate(User newCandidate)
    {
        bool confirmation = false;

        Users userManager = new Users();

        confirmation = userManager.AddCandidate(newCandidate);

        return(confirmation);
    }