Exemplo n.º 1
0
 public void RemoveEntity(Entities.Translation translation)
 {
     transHelper.RemoveEntity(transHelper.GetTranslations().First(w => w.Id == translation.Id));
 }