Exemplo n.º 1
0
        public async Task <object> Edite(Design design)
        {
            bool isValid = await _designService.ModifyDesign(design);

            _notification.SetNotificationMessage(isValid, Title, design.UID);

            return(_notification);
        }