コード例 #1
0
        public EmptyResult UpdateDeltaInSummary(int id, int units = 0)
        {
            AgenteShoppingList agente = new AgenteShoppingList();

            agente.UpdateDeltaToSummary(EstadoUsuario.CurrentListPublicId, id, units);

            return(new EmptyResult());
        }