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

com.talanlabs.taskmanager.example.tap.task.fiche.CommandeStatusTaskService Maven / Gradle / Ivy

The newest version!
package com.talanlabs.taskmanager.example.tap.task.fiche;

import com.talanlabs.taskmanager.example.tap.model.FicheContactStatus;

public class CommandeStatusTaskService extends AbstractFicheStatusTaskService {

    public CommandeStatusTaskService() {
        super(FicheContactStatus.COMMANDE);
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy