Beispiel #1
0
 public bool Eliminar(int id)
 {
     return(_areaRepository.Eliminar(id));
 }