Пример #1
0
    public string LeaveHome(string userId, string homeId)
    {
        int res = BLService.LeaveHome(int.Parse(userId), int.Parse(homeId));

        return(js.Serialize(res));
    }