コード例 #1
0
 public Editorial obtenerEditorialSinParametros(int id)
 {
     return(oEditorialDAO.obtenerEditorialSinParametros(id));
 }