コード例 #1
0
 public bool insertarEditorial(Editorial oEditorial)
 {
     return(oEditorialDAO.insert(oEditorial));
 }