Skip to content

Created Validations #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Created Validations #119

wants to merge 1 commit into from

Conversation

Flayyser
Copy link
Contributor

@Flayyser Flayyser commented Jan 6, 2023

No description provided.

@Flayyser Flayyser self-assigned this Jan 6, 2023
@Flayyser Flayyser linked an issue Jan 6, 2023 that may be closed by this pull request

namespace Spg.TennisBooking.Domain.Model
{
public class Club
{
public int Id { get; private set; }
[Required(ErrorMessage = "Link is required")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Required(ErrorMessage = "Link is required")]

Not needed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be checked later with unique exception!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patch Club Validations
2 participants