Esempio n. 1
0
 public static Semester GetByBeginAndEnd(SampleObjectContext context, DateTime begin, DateTime end)
 {
     return(Semester.GetByBeginAndEnd(context, begin, end));
 }
Esempio n. 2
0
 /// <summary>Gets the Semester matching the unique index using the passed-in values.</summary>
 public static Semester GetByBeginAndEnd(DateTime begin, DateTime end)
 {
     return(Semester.GetByBeginAndEnd(begin, end));
 }