コード例 #1
0
ファイル: SessionBuilder.cs プロジェクト: innovateedu2/NGL
 public SessionBuilder WithSchoolYear(SchoolYearTypeEnum schoolYearTypeEnum)
 {
     _schoolYear = (short)schoolYearTypeEnum;
     return(this);
 }
コード例 #2
0
 public StudentSectionAttendanceEventBuilder WithSchoolYear(SchoolYearTypeEnum year)
 {
     _schoolYear = (short)year;
     return(this);
 }
コード例 #3
0
 public SessionBuilder WithSchoolYear(SchoolYearTypeEnum schoolYearTypeEnum)
 {
     _schoolYear = (short) schoolYearTypeEnum;
     return this;
 }
コード例 #4
0
 public StudentSectionAttendanceEventBuilder WithSchoolYear(SchoolYearTypeEnum year)
 {
     _schoolYear = (short) year;
     return this;
 }