public static Semester GetByName(SampleObjectContext context, string name) { return(Semester.GetByName(context, name)); }
/// <summary>Gets the Semester matching the unique index using the passed-in values.</summary> public static Semester GetByName(string name) { return(Semester.GetByName(name)); }