Exemplo n.º 1
0
 public Plano GetById(int id)
 {
     return(PlanoDAL.GetPlano(id));
 }