Esempio n. 1
0
 public bool IsNewStudent()
 {
     return(DateTime.Now.CompareTo(CreatedAt.AddMonths(2)) <= 0);
 }