/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.essar.mes.service.framework;

import java.util.List;

/**
 *
 * @author dhaval
 */
public interface ServiceValidator {

    List validate(Service args);
    List validateResult(Service args);
}
