/**
 * Created by jd on 09/09/2015.
 */
interface IParameter
{
    ParameterName:string;
    ParameterValue:string;
}