示例#1
0
        public async Task <object> Add(Design design)
        {
            bool isValid = await _designService.AddDesign(design);

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

            return(_notification);
        }