コード例 #1
0
 public List <EPresentacion> BuscarPresentacion(string nombre)
 {
     return(presentacion.Buscar(nombre));
 }