Beispiel #1
0
 public static List <Editorial> ObtenerPorCoincidenciaNombre(string nombre)
 {
     return(EditorialDAO.SelectByLikeNombre(nombre));
 }