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

com.notronix.lw.methods.customer.CustomerMethod Maven / Gradle / Ivy

package com.notronix.lw.methods.customer;

import com.notronix.lw.methods.BaseMethod;

abstract class CustomerMethod extends BaseMethod
{
    @Override
    public String getModule()
    {
        return "Customer";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy