Example #1
0
    public string GetHome(string userId, string homeId)
    {
        JsonData jd = BLService.GetHome(int.Parse(userId), int.Parse(homeId));

        return(js.Serialize(jd));
    }