/**
 * Created by jd on 09/03/2016.
 */

interface IUserPasswordChange
{
    Password:string;
    Code:string;
}