Example #1
0
        async Task Delete()
        {
            await townsService.Delete(townDel.TownName);

            Update();
        }