Esempio n. 1
0
    public string UpdateUserTypeInHome(string appUserId, string userToUpdateId, string homeId, string updatedUserTypeName)
    {
        int res = BLService.UpdateUserTypeInHome(int.Parse(appUserId), int.Parse(userToUpdateId), int.Parse(homeId), updatedUserTypeName);

        return(js.Serialize(res));
    }