All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.formkiq.server.dao.ClientDao Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.formkiq.server.dao;

/**
 * Methods for retrieving Client data from the database.
 *
 */
public interface ClientDao {

    /**
     * Client Count.
     * @return int
     */
    int clientCount();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy