コード例 #1
0
 public Plan ConsultarPlanPorId(int id)
 {
     return(oPlanDao.findById(id));
 }