Exemplo n.º 1
0
 public void Remove(Todo entity)
 {
     _todoDal.Remove(entity);
 }