コード例 #1
0
 public IQueryable <MatriculaOferta> ObterPorOferta(int ofertaId)
 {
     return(_bmMatriculaOferta.ObterPorOferta(ofertaId));
 }