Esempio n. 1
0
 public bool Eliminar(int id)
 {
     return(CentroCostoBL.Eliminar(id));
 }