Exemplo n.º 1
0
 public long Count(SearchLecturerEntity SearchLecturerEntity)
 {
     return(LecturerService.Count(UserEntity, SearchLecturerEntity));
 }
Exemplo n.º 2
0
 public int Count(LecturerSearchEntity LecturerSearchEntity)
 {
     return(LecturerService.Count(UserEntity, LecturerSearchEntity));
 }