Esempio n. 1
0
 public string TimeSpentInUniversity(DateTime joinedDate)
 {
     return(_dateCalculator.TimeSpentInUniversity(joinedDate));
 }