using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace AppWebservice.Model
{
    public class NoModel
    {
        public string result { get; set; }
    }
}