コード例 #1
0
 public long Count(SearchLecturerEntity SearchLecturerEntity)
 {
     return(LecturerService.Count(UserEntity, SearchLecturerEntity));
 }
コード例 #2
0
 public int Count(LecturerSearchEntity LecturerSearchEntity)
 {
     return(LecturerService.Count(UserEntity, LecturerSearchEntity));
 }