Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 66f7905

Browse files
committed
class update
1 parent f6edaae commit 66f7905

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Model/MatchList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void RemoveMatch(Match match)
3535
Matches.Remove(match);
3636
}
3737

38-
public Boolean isMatch(Match match)
38+
public Boolean IsMatch(Match match)
3939
{
4040
return Matches.Contains(match);
4141
}

Model/Student.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class Student
1111
{
1212

1313
//public Account Account { get; set; }
14+
public int ID { get; set; }
1415
public string Email { get; set; }
1516
public string Eduction { get; set; }
1617
public string Address { get; set; }

0 commit comments

Comments
 (0)