Exemple #1
0
 //Mostrar Servicios
 public IEnumerable <ServiciosDTO> getServices()
 {
     return(_dataSql.obtenerServicios());
 }