コード例 #1
0
 public List <CursosDtos.ProfesoresListSearch> GetProfesoresSearchDtos(List <Profesore> profList)
 {
     return(commonR.GetProfesoresSearchDtos(profList));
 }