Beispiel #1
0
 public SessionBuilder WithSchoolYear(SchoolYearTypeEnum schoolYearTypeEnum)
 {
     _schoolYear = (short)schoolYearTypeEnum;
     return(this);
 }
Beispiel #2
0
 public StudentSectionAttendanceEventBuilder WithSchoolYear(SchoolYearTypeEnum year)
 {
     _schoolYear = (short)year;
     return(this);
 }
Beispiel #3
0
 public SessionBuilder WithSchoolYear(SchoolYearTypeEnum schoolYearTypeEnum)
 {
     _schoolYear = (short) schoolYearTypeEnum;
     return this;
 }
 public StudentSectionAttendanceEventBuilder WithSchoolYear(SchoolYearTypeEnum year)
 {
     _schoolYear = (short) year;
     return this;
 }