Esempio n. 1
0
        protected async System.Threading.Tasks.Task Form0Submit(MimmClientBlazor.Models.MimmMysql.Feeling args)
        {
            try
            {
                var mimmMysqlCreateFeelingResult = await MimmMysql.CreateFeeling(feeling);

                DialogService.Close(feeling);
            }
            catch (Exception mimmMysqlCreateFeelingException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Feeling!");
            }
        }