예제 #1
0
 public bool GetTeacherNumber(out int _totalTeacher, out int _totalMinistry, out int _totalAdmin)
 {
     _totalTeacher = _totalMinistry = _totalAdmin = 0;
     return(teacherDA.GetTeacherNum(ref _totalTeacher, ref _totalMinistry, ref _totalAdmin));
 }