예제 #1
0
 public List <Plano> ConsultarPlanosPorCobertura(int idCobertura)
 {
     return(_planoRepositorio.ConsultarPlanosPorCobertura(idCobertura));
 }