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