Exemplo n.º 1
0
    public string UnbindDeviceFromRoom(string roomId, string deviceId, string userId, string homeId)
    {
        int res = BLService.UnbindDeviceFromRoom(int.Parse(roomId), int.Parse(deviceId), int.Parse(userId), int.Parse(homeId));

        return(js.Serialize(res));
    }