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

package com.essar.mes.service.framework;

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

    void translate(Service args);
}
