Exemplo n.º 1
0
        protected async System.Threading.Tasks.Task Form0Submit(MimmClientBlazor.Models.MimmMysql.Track args)
        {
            try
            {
                var mimmMysqlCreateTrackResult = await MimmMysql.CreateTrack(track);

                DialogService.Close(track);
            }
            catch (Exception mimmMysqlCreateTrackException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Track!");
            }
        }