Esempio n. 1
0
 public Season(Anime a)
 {
     Quarter = GetCour(a.StartDate);
     Year    = a.StartDate.Year;
 }