
function userTestimonial() { }
userTestimonial._path = '/dwr';

userTestimonial.getTestiMonial = function(callback) {
    DWREngine._execute(userTestimonial._path, 'userTestimonial', 'getTestiMonial', callback);
}

