blob: e931dbebacb62de50b5acd3bb5dd15656fa5e212 [file] [log] [blame]
/**
*
*/
package org.apache.struts.edit.service;
/**
* Specifies what methods a CarModelService
* class must implement to provide information
* about car models.
* @author bphillips
*
*/
public interface CarModelsService {
String [] getCarModels() ;
}