Exemple #1
0
        private async void RemoveEntity <T>(T entity) where T : Entity
        {
            await ViewDirector.RemoveEntity(entity, Context);

            Update();
        }
Exemple #2
0
        private async Task RemoveEntity <T>(T entity) where T : Entity
        {
            await ViewDirector.RemoveEntity(entity, Context);

            Updated(null);
        }