Esempio n. 1
0
 public bool EliminarPlan(int idPlan)
 {
     return(oPlanDao.delete(idPlan));
 }