View Javadoc
1 /* 2 * PlayerDAO.java 3 * 4 * Created on February 11, 2003, 10:33 AM 5 */ 6 7 package com.mlw.fps.model.business.dao; 8 9 import com.mlw.fps.model.business.vo.Round; 10 11 /*** 12 * 13 * @author Matthew Wilson 14 */ 15 public interface RoundDAO 16 { 17 public void insert(Round round); 18 }

This page was automatically generated by Maven